Html Css Color HEX #0C5585 Dark Cerulean

📋 copy color: '#0C5585'

red 12 ◦ green 85 ◦ blue 133

#0C5585
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #0C5585

Tints of Dark Cerulean #0C5585

RGB

 RED value IS 12 (5.08% from 255) = 5.22%

 GREEN value IS 85 (33.59% from 255) = 36.96%

 BLUE value IS 133 (52.34% from 255) = 57.83%

R = 5.22%
G = 36.96%
B = 57.83%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0C5585 (or 0x0C5585) is known color: Dark Cerulean. HEX triplet: 0C, 55 and 85. RGB value is (12,85,133). Sum of RGB (Red+Green+Blue) = 12+85+133=230 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.22% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #0C5585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5585 is #F3AA7A. Grayscale: #444444. Windows color (decimal): -15968891 or 8738060. OLE color: 8738060.

HSL color Cylindrical-coordinate representation of color #0C5585: hue angle of 203.8º 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 #0C5585 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 12 85 133 -
CMYK 0.91 0.36 0 0.48
HSL 203.8º 0.83% 0.28% -
HSV(B) 203.8º 0.91% 0.52% -
XYZ 7.63 8.27 23.38 -
YUV 68.65 164.32 87.6 -
System Red Green Blue C M Y K H S L
Decimal 12 85 133 0.91 0.36 0 0.48 203.8 0.83 0.28
Hex C 55 85 5B 24 0 30 CC 53 1C
Octal 14 125 205 133 44 0 60 314 123 34
Binary 1100 1010101 10000101 1011011 100100 0 110000 11001100 1010011 11100

Color Harmonies of #0C5585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5585

Black with #0C5585

Text Example


Text Example

White with #0C5585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C5585;
 }
 .AnyTagClassName
 {
   color: #0C5585;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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