Html Css Color HEX #0C4A86 Dark Cerulean

📋 copy color: '#0C4A86'

red 12 ◦ green 74 ◦ blue 134

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

Shades of Dark Cerulean #0C4A86

Tints of Dark Cerulean #0C4A86

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.64%

 BLUE value IS 134 (52.73% from 255) = 60.91%

R = 5.45%
G = 33.64%
B = 60.91%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0C4A86 (or 0x0C4A86) is known color: Dark Cerulean. HEX triplet: 0C, 4A and 86. RGB value is (12,74,134). Sum of RGB (Red+Green+Blue) = 12+74+134=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 134 (52.73% from 255 or 60.91% from 220); Max value from RGB is 134 - color contains mainly: blue. Hex color #0C4A86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4A86 is #F3B579. Grayscale: #3E3E3E. Windows color (decimal): -15971706 or 8800780. OLE color: 8800780.

HSL color Cylindrical-coordinate representation of color #0C4A86: hue angle of 209.51º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C4A86 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 74 134 -
CMYK 0.91 0.45 0 0.47
HSL 209.51º 0.84% 0.29% -
HSV(B) 209.51º 0.91% 0.53% -
XYZ 6.9 6.7 23.48 -
YUV 62.3 168.46 92.12 -
System Red Green Blue C M Y K H S L
Decimal 12 74 134 0.91 0.45 0 0.47 209.51 0.84 0.29
Hex C 4A 86 5B 2D 0 2F D2 54 1D
Octal 14 112 206 133 55 0 57 322 124 35
Binary 1100 1001010 10000110 1011011 101101 0 101111 11010010 1010100 11101

Color Harmonies of #0C4A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4A86

Black with #0C4A86

Text Example


Text Example

White with #0C4A86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,74,134); }

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

background-color css

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

 a { background-color: rgb(12,74,134); }

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

border-color css

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

 span { border-color: rgb(12,74,134); }

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