#0B246F

Color #0B246F Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #0B246F

Tints of Sapphire #0B246F

Color information

#0B246F (or 0x0B246F) is unknown color: approx Sapphire. HEX triplet: 0B, 24 and 6F. RGB value is (11,36,111). Sum of RGB (Red+Green+Blue) = 11+36+111=158 (20% of max value = 765). Red value is 11 (4.69% from 255 or 6.96% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 111 (43.75% from 255 or 70.25% from 158); Max value from RGB is 111 - color contains mainly: blue. Hex color #0B246F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B246F is #F4DB90. Grayscale: #242424. Windows color (decimal): -16046993 or 7283723. OLE color: 7283723.

HSL color Cylindrical-coordinate representation of color #0B246F: hue angle of 225º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B246F is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1136111-
CMYK0.900.6800.56
HSL225º81.97%23.92%-
HSV(B)225º90.09%43.53%-
XYZ3.642.4815.33-
YUV37.08169.72109.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 6.96%
GREEN value IS 36 (14.45% from 255) = 22.78%
BLUE value IS 111 (43.75% from 255) = 70.25%
R=6.96%
G=22.78%
B=70.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11361110.900.6800.5622581.9723.92
HexB246F5A44038e15218
Octal134415713210407034112230
Binary1011100100110111110110101000100011100011100001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B246F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B246F; }

 p { color: rgb(11,36,111); }

 H1.HeaderClassName
 {
   color: #0B246F;
 }
 .AnyTagClassName
 {
   color: #0B246F;
 }
</style>
background-color css

<style>
 a { background-color: #0B246F; }

 a { background-color: rgb(11,36,111); }

 div.DivClassName
 {
   background-color: #0B246F;
 }
 .BgClassName
 {
   background-color: #0B246F;
 }
</style>
border-color css

<style>
 span { border-color: #0B246F; }

 span { border-color: rgb(11,36,111); }

 td.TdClassName
 {
   border-color: #0B246F;
 }
 .TagClassName
 {
   border-color: #0B246F;
 }
</style>