#0C226E

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

Shades of Sapphire #0C226E

Tints of Sapphire #0C226E

Color information

#0C226E (or 0x0C226E) is unknown color: approx Sapphire. HEX triplet: 0C, 22 and 6E. RGB value is (12,34,110). Sum of RGB (Red+Green+Blue) = 12+34+110=156 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.69% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 110 (43.36% from 255 or 70.51% from 156); Max value from RGB is 110 - color contains mainly: blue. Hex color #0C226E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C226E is #F3DD91. Grayscale: #232323. Windows color (decimal): -15981970 or 7217676. OLE color: 7217676.

HSL color Cylindrical-coordinate representation of color #0C226E: hue angle of 226.53º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C226E is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1234110-
CMYK0.890.6900.57
HSL226.53º80.33%23.92%-
HSV(B)226.53º89.09%43.14%-
XYZ3.542.3515.02-
YUV36.09169.71110.82-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.69%
GREEN value IS 34 (13.67% from 255) = 21.79%
BLUE value IS 110 (43.36% from 255) = 70.51%
R=7.69%
G=21.79%
B=70.51%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal12341100.890.6900.57226.5380.3323.92
HexC226E5945039e35018
Octal144215613110507134312030
Binary1100100010110111010110011000101011100111100011101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C226E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,34,110); }

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

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

 a { background-color: rgb(12,34,110); }

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

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

 span { border-color: rgb(12,34,110); }

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