#0C236F

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

Shades of Sapphire #0C236F

Tints of Sapphire #0C236F

Color information

#0C236F (or 0x0C236F) is unknown color: approx Sapphire. HEX triplet: 0C, 23 and 6F. RGB value is (12,35,111). Sum of RGB (Red+Green+Blue) = 12+35+111=158 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.59% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 111 (43.75% from 255 or 70.25% from 158); Max value from RGB is 111 - color contains mainly: blue. Hex color #0C236F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C236F is #F3DC90. Grayscale: #242424. Windows color (decimal): -15981713 or 7283468. OLE color: 7283468.

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

Color convert

RGB1235111-
CMYK0.890.6800.56
HSL226.06º80.49%24.12%-
HSV(B)226.06º89.19%43.53%-
XYZ3.622.4315.32-
YUV36.79169.88110.32-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.59%
GREEN value IS 35 (14.06% from 255) = 22.15%
BLUE value IS 111 (43.75% from 255) = 70.25%
R=7.59%
G=22.15%
B=70.25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12351110.890.6800.56226.0680.4924.12
HexC236F5944038e25018
Octal144315713110407034212030
Binary1100100011110111110110011000100011100011100010101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C236F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,35,111); }

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

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

 a { background-color: rgb(12,35,111); }

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

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

 span { border-color: rgb(12,35,111); }

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