Html Css Color HEX #0C4895 Dark Cerulean

📋 copy color: '#0C4895'

red 12 ◦ green 72 ◦ blue 149

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

Shades of Dark Cerulean #0C4895

Tints of Dark Cerulean #0C4895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.9%

 BLUE value IS 149 (58.59% from 255) = 63.95%

R = 5.15%
G = 30.9%
B = 63.95%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0C4895 (or 0x0C4895) is known color: Dark Cerulean. HEX triplet: 0C, 48 and 95. RGB value is (12,72,149). Sum of RGB (Red+Green+Blue) = 12+72+149=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #0C4895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4895 is #F3B76A. Grayscale: #3E3E3E. Windows color (decimal): -15972203 or 9783308. OLE color: 9783308.

HSL color Cylindrical-coordinate representation of color #0C4895: hue angle of 213.72º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C4895 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 12 72 149 -
CMYK 0.92 0.52 0 0.42
HSL 213.72º 0.85% 0.32% -
HSV(B) 213.72º 0.92% 0.58% -
XYZ 7.89 6.88 29.35 -
YUV 62.84 176.62 91.74 -
System Red Green Blue C M Y K H S L
Decimal 12 72 149 0.92 0.52 0 0.42 213.72 0.85 0.32
Hex C 48 95 5C 34 0 2A D6 55 20
Octal 14 110 225 134 64 0 52 326 125 40
Binary 1100 1001000 10010101 1011100 110100 0 101010 11010110 1010101 100000

Color Harmonies of #0C4895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4895

Black with #0C4895

Text Example


Text Example

White with #0C4895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,72,149); }

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

background-color css

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

 a { background-color: rgb(12,72,149); }

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

border-color css

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

 span { border-color: rgb(12,72,149); }

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