Html Css Color HEX #020C32 Midnight Express

📋 copy color: '#020C32'

red 2 ◦ green 12 ◦ blue 50

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

Shades of Midnight Express #020C32

Tints of Midnight Express #020C32

RGB

 RED value IS 2 (1.17% from 255) = 3.13%

 GREEN value IS 12 (5.08% from 255) = 18.75%

 BLUE value IS 50 (19.92% from 255) = 78.13%

R = 3.13%
G = 18.75%
B = 78.13%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#020C32 (or 0x020C32) is known color: Midnight Express. HEX triplet: 02, 0C and 32. RGB value is (2,12,50). Sum of RGB (Red+Green+Blue) = 2+12+50=64 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.12% from 64); Green value is 12 (5.08% from 255 or 18.75% from 64); Blue value is 50 (19.92% from 255 or 78.12% from 64); Max value from RGB is 50 - color contains mainly: blue. Hex color #020C32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020C32 is #FDF3CD. Grayscale: #0D0D0D. Windows color (decimal): -16643022 or 3279874. OLE color: 3279874.

HSL color Cylindrical-coordinate representation of color #020C32: hue angle of 227.5º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020C32 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 2 12 50 -
CMYK 0.96 0.76 0 0.80
HSL 227.5º 0.92% 0.1% -
HSV(B) 227.5º 0.96% 0.2% -
XYZ 0.73 0.51 3.08 -
YUV 13.34 148.69 119.91 -
System Red Green Blue C M Y K H S L
Decimal 2 12 50 0.96 0.76 0 0.80 227.5 0.92 0.1
Hex 2 C 32 60 4C 0 50 E4 5C A
Octal 2 14 62 140 114 0 120 344 134 12
Binary 10 1100 110010 1100000 1001100 0 1010000 11100100 1011100 1010

Color Harmonies of #020C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C32

Black with #020C32

Text Example


Text Example

White with #020C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020C32; }

 p { color: rgb(2,12,50); }

 H1.HeaderClassName
 {
   color: #020C32;
 }
 .AnyTagClassName
 {
   color: #020C32;
 }
</style>

background-color css

<style>
 a { background-color: #020C32; }

 a { background-color: rgb(2,12,50); }

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

border-color css

<style>
 span { border-color: #020C32; }

 span { border-color: rgb(2,12,50); }

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