Html Css Color HEX #0C4885 Dark Cerulean

📋 copy color: '#0C4885'

red 12 ◦ green 72 ◦ blue 133

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

Shades of Dark Cerulean #0C4885

Tints of Dark Cerulean #0C4885

RGB

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

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

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

R = 5.53%
G = 33.18%
B = 61.29%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0C4885 (or 0x0C4885) is known color: Dark Cerulean. HEX triplet: 0C, 48 and 85. RGB value is (12,72,133). Sum of RGB (Red+Green+Blue) = 12+72+133=217 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.53% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 133 (52.34% from 255 or 61.29% from 217); Max value from RGB is 133 - color contains mainly: blue. Hex color #0C4885 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4885 is #F3B77A. Grayscale: #3C3C3C. Windows color (decimal): -15972219 or 8734732. OLE color: 8734732.

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

Color convert

RGB 12 72 133 -
CMYK 0.91 0.46 0 0.48
HSL 210.25º 0.83% 0.28% -
HSV(B) 210.25º 0.91% 0.52% -
XYZ 6.7 6.41 23.07 -
YUV 61.01 168.62 93.04 -
System Red Green Blue C M Y K H S L
Decimal 12 72 133 0.91 0.46 0 0.48 210.25 0.83 0.28
Hex C 48 85 5B 2E 0 30 D2 53 1C
Octal 14 110 205 133 56 0 60 322 123 34
Binary 1100 1001000 10000101 1011011 101110 0 110000 11010010 1010011 11100

Color Harmonies of #0C4885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4885

Black with #0C4885

Text Example


Text Example

White with #0C4885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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