Html Css Color HEX #0C5685 Dark Cerulean

📋 copy color: '#0C5685'

red 12 ◦ green 86 ◦ blue 133

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

Shades of Dark Cerulean #0C5685

Tints of Dark Cerulean #0C5685

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 value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0C5685 (or 0x0C5685) is known color: 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

RGB 12 86 133 -
CMYK 0.91 0.35 0 0.48
HSL 203.31º 0.83% 0.28% -
HSV(B) 203.31º 0.91% 0.52% -
XYZ 7.71 8.43 23.41 -
YUV 69.23 163.98 87.18 -
System Red Green Blue C M Y K H S L
Decimal 12 86 133 0.91 0.35 0 0.48 203.31 0.83 0.28
Hex C 56 85 5B 23 0 30 CB 53 1C
Octal 14 126 205 133 43 0 60 313 123 34
Binary 1100 1010110 10000101 1011011 100011 0 110000 11001011 1010011 11100

Color Harmonies of #0C5685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5685

Black with #0C5685

Text Example


Text Example

White with #0C5685

Text Example


Text Example

HTML Codes & Css Web 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>