#0C234A

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

Shades of Sapphire #0C234A

Tints of Sapphire #0C234A

Color information

#0C234A (or 0x0C234A) is unknown color: approx Sapphire. HEX triplet: 0C, 23 and 4A. RGB value is (12,35,74). Sum of RGB (Red+Green+Blue) = 12+35+74=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 74 (29.30% from 255 or 61.16% from 121); Max value from RGB is 74 - color contains mainly: blue. Hex color #0C234A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C234A is #F3DCB5. Grayscale: #202020. Windows color (decimal): -15981750 or 4858636. OLE color: 4858636.

HSL color Cylindrical-coordinate representation of color #0C234A: hue angle of 217.74º 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 #0C234A is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB123574-
CMYK0.840.5300.71
HSL217.74º72.09%16.86%-
HSV(B)217.74º83.78%29.02%-
XYZ1.991.776.72-
YUV32.57151.38113.33-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.92%
GREEN value IS 35 (14.06% from 255) = 28.93%
BLUE value IS 74 (29.30% from 255) = 61.16%
R=9.92%
G=28.93%
B=61.16%

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
Decimal1235740.840.5300.71217.7472.0916.86
HexC234A5435047da4811
Octal144311212465010733211021
Binary1100100011100101010101001101010100011111011010100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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