#0C5685

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

Shades of Dark Cerulean #0C5685

Tints of Dark Cerulean #0C5685

Color information

#0C5685 (or 0x0C5685) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 56 and 85. RGB value is (12,86,133). Sum of RGB (Red+Green+Blue) = 12+86+133=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 133 (52.34% from 255 or 57.58% from 231); Max value from RGB is 133 - color contains mainly: blue. Hex color #0C5685 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5685 is #F3A97A. Grayscale: #444444. Windows color (decimal): -15968635 or 8738316. OLE color: 8738316.

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

Color convert

RGB1286133-
CMYK0.910.3500.48
HSL203.31º83.45%28.43%-
HSV(B)203.31º90.98%52.16%-
XYZ7.718.4323.41-
YUV69.23163.9887.18-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.19%
GREEN value IS 86 (33.98% from 255) = 37.23%
BLUE value IS 133 (52.34% from 255) = 57.58%
R=5.19%
G=37.23%
B=57.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12861330.910.3500.48203.3183.4528.43
HexC56855B23030cb531c
Octal141262051334306031312334
Binary11001010110100001011011011100011011000011001011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,86,133); }

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

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

 a { background-color: rgb(12,86,133); }

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

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

 span { border-color: rgb(12,86,133); }

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