#0C234B

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

Shades of Sapphire #0C234B

Tints of Sapphire #0C234B

Color information

#0C234B (or 0x0C234B) is unknown color: approx Sapphire. HEX triplet: 0C, 23 and 4B. RGB value is (12,35,75). Sum of RGB (Red+Green+Blue) = 12+35+75=122 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.84% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 75 (29.69% from 255 or 61.48% from 122); Max value from RGB is 75 - color contains mainly: blue. Hex color #0C234B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C234B is #F3DCB4. Grayscale: #202020. Windows color (decimal): -15981749 or 4924172. OLE color: 4924172.

HSL color Cylindrical-coordinate representation of color #0C234B: hue angle of 218.1º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C234B is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB123575-
CMYK0.840.5300.71
HSL218.1º72.41%17.06%-
HSV(B)218.1º84%29.41%-
XYZ2.021.796.9-
YUV32.68151.88113.25-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.84%
GREEN value IS 35 (14.06% from 255) = 28.69%
BLUE value IS 75 (29.69% from 255) = 61.48%
R=9.84%
G=28.69%
B=61.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1235750.840.5300.71218.172.4117.06
HexC234B5435047da4811
Octal144311312465010733211021
Binary1100100011100101110101001101010100011111011010100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C234B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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