Html Css Color HEX #001032 Midnight Express

📋 copy color: '#001032'

red 0 ◦ green 16 ◦ blue 50

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

Shades of Midnight Express #001032

Tints of Midnight Express #001032

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 16 (6.64% from 255) = 24.24%

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

R = 0%
G = 24.24%
B = 75.76%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#001032 (or 0x001032) is known color: Midnight Express. HEX triplet: 00, 10 and 32. RGB value is (0,16,50). Sum of RGB (Red+Green+Blue) = 0+16+50=66 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 50 (19.92% from 255 or 75.76% from 66); Max value from RGB is 50 - color contains mainly: blue. Hex color #001032 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001032 is #FFEFCD. Grayscale: #0E0E0E. Windows color (decimal): -16773070 or 3280896. OLE color: 3280896.

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

Color convert

RGB 0 16 50 -
CMYK 1 0.68 0 0.80
HSL 220.8º 1% 0.1% -
HSV(B) 220.8º 1% 0.2% -
XYZ 0.76 0.6 3.09 -
YUV 15.09 147.7 117.24 -
System Red Green Blue C M Y K H S L
Decimal 0 16 50 1 0.68 0 0.80 220.8 1 0.1
Hex 0 10 32 64 44 0 50 DD 64 A
Octal 0 20 62 144 104 0 120 335 144 12
Binary 0 10000 110010 1100100 1000100 0 1010000 11011101 1100100 1010

Color Harmonies of #001032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001032

Black with #001032

Text Example


Text Example

White with #001032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001032; }

 p { color: rgb(0,16,50); }

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

background-color css

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

 a { background-color: rgb(0,16,50); }

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

border-color css

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

 span { border-color: rgb(0,16,50); }

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