Html Css Color HEX #0C2049 Midnight Express

📋 copy color: '#0C2049'

red 12 ◦ green 32 ◦ blue 73

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

Shades of Midnight Express #0C2049

Tints of Midnight Express #0C2049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 27.35%

 BLUE value IS 73 (28.91% from 255) = 62.39%

R = 10.26%
G = 27.35%
B = 62.39%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0C2049 (or 0x0C2049) is known color: Midnight Express. HEX triplet: 0C, 20 and 49. RGB value is (12,32,73). Sum of RGB (Red+Green+Blue) = 12+32+73=117 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.26% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 73 (28.91% from 255 or 62.39% from 117); Max value from RGB is 73 - color contains mainly: blue. Hex color #0C2049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2049 is #F3DFB6. Grayscale: #1E1E1E. Windows color (decimal): -15982519 or 4792332. OLE color: 4792332.

HSL color Cylindrical-coordinate representation of color #0C2049: hue angle of 220.33º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C2049 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 12 32 73 -
CMYK 0.84 0.56 0 0.71
HSL 220.33º 0.72% 0.17% -
HSV(B) 220.33º 0.84% 0.29% -
XYZ 1.87 1.59 6.51 -
YUV 30.69 151.87 114.67 -
System Red Green Blue C M Y K H S L
Decimal 12 32 73 0.84 0.56 0 0.71 220.33 0.72 0.17
Hex C 20 49 54 38 0 47 DC 48 11
Octal 14 40 111 124 70 0 107 334 110 21
Binary 1100 100000 1001001 1010100 111000 0 1000111 11011100 1001000 10001

Color Harmonies of #0C2049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2049

Black with #0C2049

Text Example


Text Example

White with #0C2049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,32,73); }

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

background-color css

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

 a { background-color: rgb(12,32,73); }

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

border-color css

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

 span { border-color: rgb(12,32,73); }

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