#0C1952

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

Shades of Sapphire #0C1952

Tints of Sapphire #0C1952

Color information

#0C1952 (or 0x0C1952) is unknown color: approx Sapphire. HEX triplet: 0C, 19 and 52. RGB value is (12,25,82). Sum of RGB (Red+Green+Blue) = 12+25+82=119 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.08% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 82 (32.42% from 255 or 68.91% from 119); Max value from RGB is 82 - color contains mainly: blue. Hex color #0C1952 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1952 is #F3E6AD. Grayscale: #1B1B1B. Windows color (decimal): -15984302 or 5380364. OLE color: 5380364.

HSL color Cylindrical-coordinate representation of color #0C1952: hue angle of 228.86º 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 #0C1952 is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB122582-
CMYK0.850.7000.68
HSL228.86º74.47%18.43%-
HSV(B)228.86º85.37%32.16%-
XYZ2.021.388.14-
YUV27.61158.69116.87-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.08%
GREEN value IS 25 (10.16% from 255) = 21.01%
BLUE value IS 82 (32.42% from 255) = 68.91%
R=10.08%
G=21.01%
B=68.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1225820.850.7000.68228.8674.4718.43
HexC19525546044e54a12
Octal1431122125106010434511222
Binary1100110011010010101010110001100100010011100101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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