Html Css Color HEX #010932 Midnight Express

📋 copy color: '#010932'

red 1 ◦ green 9 ◦ blue 50

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

Shades of Midnight Express #010932

Tints of Midnight Express #010932

RGB

 RED value IS 1 (0.78% from 255) = 1.67%

 GREEN value IS 9 (3.91% from 255) = 15%

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

R = 1.67%
G = 15%
B = 83.33%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#010932 (or 0x010932) is known color: Midnight Express. HEX triplet: 01, 09 and 32. RGB value is (1,9,50). Sum of RGB (Red+Green+Blue) = 1+9+50=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 9 (3.91% from 255 or 15% from 60); Blue value is 50 (19.92% from 255 or 83.33% from 60); Max value from RGB is 50 - color contains mainly: blue. Hex color #010932 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010932 is #FEF6CD. Grayscale: #0B0B0B. Windows color (decimal): -16709326 or 3279105. OLE color: 3279105.

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

Color convert

RGB 1 9 50 -
CMYK 0.98 0.82 0 0.80
HSL 230.2º 0.96% 0.1% -
HSV(B) 230.2º 0.98% 0.2% -
XYZ 0.69 0.43 3.06 -
YUV 11.28 149.85 120.67 -
System Red Green Blue C M Y K H S L
Decimal 1 9 50 0.98 0.82 0 0.80 230.2 0.96 0.1
Hex 1 9 32 62 52 0 50 E6 60 A
Octal 1 11 62 142 122 0 120 346 140 12
Binary 1 1001 110010 1100010 1010010 0 1010000 11100110 1100000 1010

Color Harmonies of #010932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010932

Black with #010932

Text Example


Text Example

White with #010932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010932; }

 p { color: rgb(1,9,50); }

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

background-color css

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

 a { background-color: rgb(1,9,50); }

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

border-color css

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

 span { border-color: rgb(1,9,50); }

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