#0C164E

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

Shades of Sapphire #0C164E

Tints of Sapphire #0C164E

Color information

#0C164E (or 0x0C164E) is unknown color: approx Sapphire. HEX triplet: 0C, 16 and 4E. RGB value is (12,22,78). Sum of RGB (Red+Green+Blue) = 12+22+78=112 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.71% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 78 (30.86% from 255 or 69.64% from 112); Max value from RGB is 78 - color contains mainly: blue. Hex color #0C164E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C164E is #F3E9B1. Grayscale: #191919. Windows color (decimal): -15985074 or 5117452. OLE color: 5117452.

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

Color convert

RGB122278-
CMYK0.850.7200.69
HSL230.91º73.33%17.65%-
HSV(B)230.91º84.62%30.59%-
XYZ1.811.27.34-
YUV25.39157.69118.45-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.71%
GREEN value IS 22 (8.98% from 255) = 19.64%
BLUE value IS 78 (30.86% from 255) = 69.64%
R=10.71%
G=19.64%
B=69.64%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1222780.850.7200.69230.9173.3317.65
HexC164E5548045e74912
Octal1426116125110010534711122
Binary1100101101001110101010110010000100010111100111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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