#0C5782

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

Shades of Dark Cerulean #0C5782

Tints of Dark Cerulean #0C5782

Color information

#0C5782 (or 0x0C5782) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 57 and 82. RGB value is (12,87,130). Sum of RGB (Red+Green+Blue) = 12+87+130=229 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.24% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 130 (51.17% from 255 or 56.77% from 229); Max value from RGB is 130 - color contains mainly: blue. Hex color #0C5782 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5782 is #F3A87D. Grayscale: #454545. Windows color (decimal): -15968382 or 8541964. OLE color: 8541964.

HSL color Cylindrical-coordinate representation of color #0C5782: hue angle of 201.86º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C5782 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1287130-
CMYK0.910.3300.49
HSL201.86º83.1%27.84%-
HSV(B)201.86º90.77%50.98%-
XYZ7.598.5122.36-
YUV69.48162.1587-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.24%
GREEN value IS 87 (34.38% from 255) = 37.99%
BLUE value IS 130 (51.17% from 255) = 56.77%
R=5.24%
G=37.99%
B=56.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12871300.910.3300.49201.8683.127.84
HexC57825B21031ca531c
Octal141272021334106131212334
Binary11001010111100000101011011100001011000111001010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,87,130); }

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

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

 a { background-color: rgb(12,87,130); }

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

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

 span { border-color: rgb(12,87,130); }

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