Html Css Color HEX #0C4889 Dark Cerulean

📋 copy color: '#0C4889'

red 12 ◦ green 72 ◦ blue 137

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

Shades of Dark Cerulean #0C4889

Tints of Dark Cerulean #0C4889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 61.99%

R = 5.43%
G = 32.58%
B = 61.99%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0C4889 (or 0x0C4889) is known color: Dark Cerulean. HEX triplet: 0C, 48 and 89. RGB value is (12,72,137). Sum of RGB (Red+Green+Blue) = 12+72+137=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 137 (53.91% from 255 or 61.99% from 221); Max value from RGB is 137 - color contains mainly: blue. Hex color #0C4889 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4889 is #F3B776. Grayscale: #3D3D3D. Windows color (decimal): -15972215 or 8996876. OLE color: 8996876.

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

Color convert

RGB 12 72 137 -
CMYK 0.91 0.47 0 0.46
HSL 211.2º 0.84% 0.29% -
HSV(B) 211.2º 0.91% 0.54% -
XYZ 6.98 6.52 24.56 -
YUV 61.47 170.62 92.71 -
System Red Green Blue C M Y K H S L
Decimal 12 72 137 0.91 0.47 0 0.46 211.2 0.84 0.29
Hex C 48 89 5B 2F 0 2E D3 54 1D
Octal 14 110 211 133 57 0 56 323 124 35
Binary 1100 1001000 10001001 1011011 101111 0 101110 11010011 1010100 11101

Color Harmonies of #0C4889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4889

Black with #0C4889

Text Example


Text Example

White with #0C4889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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