#0C194E

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

Shades of Sapphire #0C194E

Tints of Sapphire #0C194E

Color information

#0C194E (or 0x0C194E) is unknown color: approx Sapphire. HEX triplet: 0C, 19 and 4E. RGB value is (12,25,78). Sum of RGB (Red+Green+Blue) = 12+25+78=115 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.43% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 78 (30.86% from 255 or 67.83% from 115); Max value from RGB is 78 - color contains mainly: blue. Hex color #0C194E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C194E is #F3E6B1. Grayscale: #1A1A1A. Windows color (decimal): -15984306 or 5118220. OLE color: 5118220.

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

Color convert

RGB122578-
CMYK0.850.6800.69
HSL228.18º73.33%17.65%-
HSV(B)228.18º84.62%30.59%-
XYZ1.871.327.36-
YUV27.15156.69117.19-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.43%
GREEN value IS 25 (10.16% from 255) = 21.74%
BLUE value IS 78 (30.86% from 255) = 67.83%
R=10.43%
G=21.74%
B=67.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1225780.850.6800.69228.1873.3317.65
HexC194E5544045e44912
Octal1431116125104010534411122
Binary1100110011001110101010110001000100010111100100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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