#0C297D

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

Shades of Sapphire #0C297D

Tints of Sapphire #0C297D

Color information

#0C297D (or 0x0C297D) is unknown color: approx Sapphire. HEX triplet: 0C, 29 and 7D. RGB value is (12,41,125). Sum of RGB (Red+Green+Blue) = 12+41+125=178 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.74% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 125 (49.22% from 255 or 70.22% from 178); Max value from RGB is 125 - color contains mainly: blue. Hex color #0C297D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C297D is #F3D682. Grayscale: #292929. Windows color (decimal): -15980163 or 8202508. OLE color: 8202508.

HSL color Cylindrical-coordinate representation of color #0C297D: hue angle of 224.6º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C297D is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1241125-
CMYK0.900.6700.51
HSL224.6º82.48%26.86%-
HSV(B)224.6º90.4%49.02%-
XYZ4.653.1419.76-
YUV41.9174.89106.67-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.74%
GREEN value IS 41 (16.41% from 255) = 23.03%
BLUE value IS 125 (49.22% from 255) = 70.22%
R=6.74%
G=23.03%
B=70.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12411250.900.6700.51224.682.4826.86
HexC297D5A43033e1521b
Octal145117513210306334112233
Binary1100101001111110110110101000011011001111100001101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C297D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,41,125); }

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

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

 a { background-color: rgb(12,41,125); }

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

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

 span { border-color: rgb(12,41,125); }

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