COLOR #0F2255

HEX: #0F2255
RGB: (15,34,85)

Color info

#0F2255 contains mainly green and blue colors. Web safe color of #0F2255 is #003366 (or #036).

RGB color model

#0F2255 color RGB value is (15,34,85).

  • red value is 15;
  • green value is 34;
  • blue value is 85.
RGB:
(15,34,85)
(6%,13%,33%)

RGB channels and saturation

R 15 of 255 = 6%
G 34 of 255 = 13%
B 85 of 255 = 33%

15
34
85

R + G + B ~ 17%. #0F2255 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 34 + 85 = 134 (100%)
R 15 of 134 ~ 11.19%
G 34 of 134 ~ 25.37%
B 85 of 134 ~ 63.43%

%11.19
%25.37
%63.43

CMYK color model

#0F2255 color CMYK value is (82,60,0,67).

  • cyan value is 82.35%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(82,60,0,67)
C82M60Y0K67 
(82%,60%,0%,67%)
(0.82/0.60/0.00/0.67)	

CMYK percentages

%82.35
%60
%0
%66.67

Codes

Color #0F2255 in popluar color models

0F2255
RGB153485
HSL224°70.00%19.61%
HSB/HSV224°82.35%33.33%
CMYK82.35%60.00%0.00%
66.67%

Color #0F2255 in popluar number systems.

HEX0F2255
Decimal153485
Binary11111000101010101
Octal1742125

Shades and tints

Shades of #0F2255

#0F2255
(15,34,85)
#0E1F4E
(14,31,78)
#0D1C47
(13,28,71)
#0C1940
(12,25,64)
#0B1639
(11,22,57)
#0A1332
(10,19,50)
#09102B
(9,16,43)
#080D24
(8,13,36)
#070A1D
(7,10,29)
#060716
(6,7,22)
#05040F
(5,4,15)
#000000
(0,0,0)

Tints of #0F2255

#0F2255
(15,34,85)
#243664
(36,54,100)
#394A73
(57,74,115)
#4E5E82
(78,94,130)
#637291
(99,114,145)
#7886A0
(120,134,160)
#8D9AAF
(141,154,175)
#A2AEBE
(162,174,190)
#B7C2CD
(183,194,205)
#CCD6DC
(204,214,220)
#E1EAEB
(225,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F2255 color. Also use rgb(15,34,85) instead hex code.

Text Font Color

.myTextColor { color: #0F2255; }

<p style="color:#0F2255">This sample text font color is #0F2255.</p>

This text font color is #0F2255.


Background Color

.myBgColor { background-color: #0F2255; }

<div style="background-color:#0F2255">Inner text</div>

This div background color is #0F2255.


Border color

.myBorderColor { border: 1px solid #0F2255; }

<div style="border:3px solid #0F2255">Div</div>

This div border color is #0F2255.


Opacity

.myOpacity80 { color: #0F2255; opacity: 0.8; }

<p style="color:#0F2255;opacity:0.8;">80%</p>

Text with #0F2255 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0F2255;}

<p style="text-shadow: 3px 3px 1px #0F2255">Text here.</p>

This text has shadow with #0F2255 color.

.textShadow {text-shadow: 3px 3px 1px #0F2255, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0F2255, 5px 5px 20px red">Text here.</p>

This text has shadow with #0F2255 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0F2255, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0F2255, Direction=45, Strength=4)">Text</p>

This text has shadow with #0F2255 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0F2255;
  -webkit-box-shadow:	1px 1px 3px 2px #0F2255;
  box-shadow:		1px 1px 3px 2px #0F2255;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0F2255;
-webkit-box-shadow: 1px 1px 3px 2px #0F2255;
box-shadow:1px 1px 3px 2px #0F2255;">
Div content here</div>
This div box has shadow with color #0F2255.

Preview

Color preview on black background

This text has color #0F2255 on black background.


Color preview on white background

This text has color #0F2255 on white background.



Black color preview on #0F2255 background

This text has black color on #0F2255 background.


White color preview on #0F2255 background

This text has white color on #0F2255 background.