#0C227D

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

Shades of Sapphire #0C227D

Tints of Sapphire #0C227D

Color information

#0C227D (or 0x0C227D) is unknown color: approx Sapphire. HEX triplet: 0C, 22 and 7D. RGB value is (12,34,125). Sum of RGB (Red+Green+Blue) = 12+34+125=171 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.02% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 125 (49.22% from 255 or 73.10% from 171); Max value from RGB is 125 - color contains mainly: blue. Hex color #0C227D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C227D is #F3DD82. Grayscale: #252525. Windows color (decimal): -15981955 or 8200716. OLE color: 8200716.

HSL color Cylindrical-coordinate representation of color #0C227D: hue angle of 228.32º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C227D is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1234125-
CMYK0.900.7300.51
HSL228.32º82.48%26.86%-
HSV(B)228.32º90.4%49.02%-
XYZ4.432.719.69-
YUV37.8177.21109.6-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.02%
GREEN value IS 34 (13.67% from 255) = 19.88%
BLUE value IS 125 (49.22% from 255) = 73.10%
R=7.02%
G=19.88%
B=73.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12341250.900.7300.51228.3282.4826.86
HexC227D5A49033e4521b
Octal144217513211106334412233
Binary1100100010111110110110101001001011001111100100101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C227D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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