#0C2352

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

Shades of Sapphire #0C2352

Tints of Sapphire #0C2352

Color information

#0C2352 (or 0x0C2352) is unknown color: approx Sapphire. HEX triplet: 0C, 23 and 52. RGB value is (12,35,82). Sum of RGB (Red+Green+Blue) = 12+35+82=129 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.30% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 82 (32.42% from 255 or 63.57% from 129); Max value from RGB is 82 - color contains mainly: blue. Hex color #0C2352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2352 is #F3DCAD. Grayscale: #212121. Windows color (decimal): -15981742 or 5382924. OLE color: 5382924.

HSL color Cylindrical-coordinate representation of color #0C2352: hue angle of 220.29º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C2352 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB123582-
CMYK0.850.5700.68
HSL220.29º74.47%18.43%-
HSV(B)220.29º85.37%32.16%-
XYZ2.281.898.23-
YUV33.48155.38112.68-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.30%
GREEN value IS 35 (14.06% from 255) = 27.13%
BLUE value IS 82 (32.42% from 255) = 63.57%
R=9.30%
G=27.13%
B=63.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1235820.850.5700.68220.2974.4718.43
HexC23525539044dc4a12
Octal144312212571010433411222
Binary1100100011101001010101011110010100010011011100100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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