#0C297B

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

Shades of Sapphire #0C297B

Tints of Sapphire #0C297B

Color information

#0C297B (or 0x0C297B) is unknown color: approx Sapphire. HEX triplet: 0C, 29 and 7B. RGB value is (12,41,123). Sum of RGB (Red+Green+Blue) = 12+41+123=176 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.82% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 123 (48.44% from 255 or 69.89% from 176); Max value from RGB is 123 - color contains mainly: blue. Hex color #0C297B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C297B is #F3D684. Grayscale: #292929. Windows color (decimal): -15980165 or 8071436. OLE color: 8071436.

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

Color convert

RGB1241123-
CMYK0.900.6700.52
HSL224.32º82.22%26.47%-
HSV(B)224.32º90.24%48.24%-
XYZ4.523.0919.1-
YUV41.68173.89106.83-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.82%
GREEN value IS 41 (16.41% from 255) = 23.30%
BLUE value IS 123 (48.44% from 255) = 69.89%
R=6.82%
G=23.30%
B=69.89%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12411230.900.6700.52224.3282.2226.47
HexC297B5A43034e0521a
Octal145117313210306434012232
Binary1100101001111101110110101000011011010011100000101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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