#0B244F

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

Shades of Sapphire #0B244F

Tints of Sapphire #0B244F

Color information

#0B244F (or 0x0B244F) is unknown color: approx Sapphire. HEX triplet: 0B, 24 and 4F. RGB value is (11,36,79). Sum of RGB (Red+Green+Blue) = 11+36+79=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 79 (31.25% from 255 or 62.70% from 126); Max value from RGB is 79 - color contains mainly: blue. Hex color #0B244F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B244F is #F4DBB0. Grayscale: #212121. Windows color (decimal): -16047025 or 5186571. OLE color: 5186571.

HSL color Cylindrical-coordinate representation of color #0B244F: hue angle of 217.94º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B244F is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB113679-
CMYK0.860.5400.69
HSL217.94º75.56%17.65%-
HSV(B)217.94º86.08%30.98%-
XYZ2.181.97.65-
YUV33.43153.72112-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.73%
GREEN value IS 36 (14.45% from 255) = 28.57%
BLUE value IS 79 (31.25% from 255) = 62.70%
R=8.73%
G=28.57%
B=62.70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1136790.860.5400.69217.9475.5617.65
HexB244F5636045da4c12
Octal134411712666010533211422
Binary1011100100100111110101101101100100010111011010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B244F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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