Html Css Color HEX #0C4484 Dark Cerulean

📋 copy color: '#0C4484'

red 12 ◦ green 68 ◦ blue 132

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

Shades of Dark Cerulean #0C4484

Tints of Dark Cerulean #0C4484

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.08%

 BLUE value IS 132 (51.95% from 255) = 62.26%

R = 5.66%
G = 32.08%
B = 62.26%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0C4484 (or 0x0C4484) is known color: Dark Cerulean. HEX triplet: 0C, 44 and 84. RGB value is (12,68,132). Sum of RGB (Red+Green+Blue) = 12+68+132=212 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.66% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 132 (51.95% from 255 or 62.26% from 212); Max value from RGB is 132 - color contains mainly: blue. Hex color #0C4484 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4484 is #F3BB7B. Grayscale: #3A3A3A. Windows color (decimal): -15973244 or 8668172. OLE color: 8668172.

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

Color convert

RGB 12 68 132 -
CMYK 0.91 0.48 0 0.48
HSL 212º 0.83% 0.28% -
HSV(B) 212º 0.91% 0.52% -
XYZ 6.38 5.88 22.63 -
YUV 58.55 169.45 94.8 -
System Red Green Blue C M Y K H S L
Decimal 12 68 132 0.91 0.48 0 0.48 212 0.83 0.28
Hex C 44 84 5B 30 0 30 D4 53 1C
Octal 14 104 204 133 60 0 60 324 123 34
Binary 1100 1000100 10000100 1011011 110000 0 110000 11010100 1010011 11100

Color Harmonies of #0C4484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4484

Black with #0C4484

Text Example


Text Example

White with #0C4484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,68,132); }

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

background-color css

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

 a { background-color: rgb(12,68,132); }

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

border-color css

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

 span { border-color: rgb(12,68,132); }

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