Html Css Color HEX #0C4382 Dark Cerulean

📋 copy color: '#0C4382'

red 12 ◦ green 67 ◦ blue 130

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

Shades of Dark Cerulean #0C4382

Tints of Dark Cerulean #0C4382

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.06%

 BLUE value IS 130 (51.17% from 255) = 62.2%

R = 5.74%
G = 32.06%
B = 62.2%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0C4382 (or 0x0C4382) is known color: Dark Cerulean. HEX triplet: 0C, 43 and 82. RGB value is (12,67,130). Sum of RGB (Red+Green+Blue) = 12+67+130=209 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.74% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 130 (51.17% from 255 or 62.20% from 209); Max value from RGB is 130 - color contains mainly: blue. Hex color #0C4382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4382 is #F3BC7D. Grayscale: #393939. Windows color (decimal): -15973502 or 8536844. OLE color: 8536844.

HSL color Cylindrical-coordinate representation of color #0C4382: hue angle of 212.03º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C4382 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 12 67 130 -
CMYK 0.91 0.48 0 0.49
HSL 212.03º 0.83% 0.28% -
HSV(B) 212.03º 0.91% 0.51% -
XYZ 6.19 5.7 21.89 -
YUV 57.74 168.78 95.38 -
System Red Green Blue C M Y K H S L
Decimal 12 67 130 0.91 0.48 0 0.49 212.03 0.83 0.28
Hex C 43 82 5B 30 0 31 D4 53 1C
Octal 14 103 202 133 60 0 61 324 123 34
Binary 1100 1000011 10000010 1011011 110000 0 110001 11010100 1010011 11100

Color Harmonies of #0C4382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4382

Black with #0C4382

Text Example


Text Example

White with #0C4382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,67,130); }

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

background-color css

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

 a { background-color: rgb(12,67,130); }

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

border-color css

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

 span { border-color: rgb(12,67,130); }

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