#0B164E

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

Shades of Sapphire #0B164E

Tints of Sapphire #0B164E

Color information

#0B164E (or 0x0B164E) is unknown color: approx Sapphire. HEX triplet: 0B, 16 and 4E. RGB value is (11,22,78). Sum of RGB (Red+Green+Blue) = 11+22+78=111 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.91% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 78 (30.86% from 255 or 70.27% from 111); Max value from RGB is 78 - color contains mainly: blue. Hex color #0B164E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B164E is #F4E9B1. Grayscale: #181818. Windows color (decimal): -16050610 or 5117451. OLE color: 5117451.

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

Color convert

RGB112278-
CMYK0.860.7200.69
HSL230.15º75.28%17.45%-
HSV(B)230.15º85.9%30.59%-
XYZ1.81.27.34-
YUV25.1157.86117.95-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.91%
GREEN value IS 22 (8.98% from 255) = 19.82%
BLUE value IS 78 (30.86% from 255) = 70.27%
R=9.91%
G=19.82%
B=70.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1122780.860.7200.69230.1575.2817.45
HexB164E5648045e64b11
Octal1326116126110010534611321
Binary1011101101001110101011010010000100010111100110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,22,78); }

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

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

 a { background-color: rgb(11,22,78); }

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

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

 span { border-color: rgb(11,22,78); }

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