#0C234D

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

Shades of Sapphire #0C234D

Tints of Sapphire #0C234D

Color information

#0C234D (or 0x0C234D) is unknown color: approx Sapphire. HEX triplet: 0C, 23 and 4D. RGB value is (12,35,77). Sum of RGB (Red+Green+Blue) = 12+35+77=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C234D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C234D is #F3DCB2. Grayscale: #202020. Windows color (decimal): -15981747 or 5055244. OLE color: 5055244.

HSL color Cylindrical-coordinate representation of color #0C234D: hue angle of 218.77º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C234D is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB123577-
CMYK0.840.5500.70
HSL218.77º73.03%17.45%-
HSV(B)218.77º84.42%30.2%-
XYZ2.091.827.26-
YUV32.91152.88113.08-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.68%
GREEN value IS 35 (14.06% from 255) = 28.23%
BLUE value IS 77 (30.47% from 255) = 62.10%
R=9.68%
G=28.23%
B=62.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1235770.840.5500.70218.7773.0317.45
HexC234D5437046db4911
Octal144311512467010633311121
Binary1100100011100110110101001101110100011011011011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C234D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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