#0C154F

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

Shades of Sapphire #0C154F

Tints of Sapphire #0C154F

Color information

#0C154F (or 0x0C154F) is unknown color: approx Sapphire. HEX triplet: 0C, 15 and 4F. RGB value is (12,21,79). Sum of RGB (Red+Green+Blue) = 12+21+79=112 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.71% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 79 (31.25% from 255 or 70.54% from 112); Max value from RGB is 79 - color contains mainly: blue. Hex color #0C154F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C154F is #F3EAB0. Grayscale: #181818. Windows color (decimal): -15985329 or 5182732. OLE color: 5182732.

HSL color Cylindrical-coordinate representation of color #0C154F: hue angle of 231.94º degrees, saturation: 0.74, 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 #0C154F is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB122179-
CMYK0.850.7300.69
HSL231.94º73.63%17.84%-
HSV(B)231.94º84.81%30.98%-
XYZ1.831.187.53-
YUV24.92158.52118.78-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.71%
GREEN value IS 21 (8.59% from 255) = 18.75%
BLUE value IS 79 (31.25% from 255) = 70.54%
R=10.71%
G=18.75%
B=70.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1221790.850.7300.69231.9473.6317.84
HexC154F5549045e84a12
Octal1425117125111010535011222
Binary1100101011001111101010110010010100010111101000100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,21,79); }

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

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

 a { background-color: rgb(12,21,79); }

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

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

 span { border-color: rgb(12,21,79); }

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