Html Css Color HEX #061332 Midnight Express

📋 copy color: '#061332'

red 6 ◦ green 19 ◦ blue 50

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

Shades of Midnight Express #061332

Tints of Midnight Express #061332

RGB

 RED value IS 6 (2.73% from 255) = 8%

 GREEN value IS 19 (7.81% from 255) = 25.33%

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

R = 8%
G = 25.33%
B = 66.67%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#061332 (or 0x061332) is known color: Midnight Express. HEX triplet: 06, 13 and 32. RGB value is (6,19,50). Sum of RGB (Red+Green+Blue) = 6+19+50=75 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 50 (19.92% from 255 or 66.67% from 75); Max value from RGB is 50 - color contains mainly: blue. Hex color #061332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061332 is #F9ECCD. Grayscale: #121212. Windows color (decimal): -16379086 or 3281670. OLE color: 3281670.

HSL color Cylindrical-coordinate representation of color #061332: hue angle of 222.27º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #061332 is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 6 19 50 -
CMYK 0.88 0.62 0 0.80
HSL 222.27º 0.79% 0.11% -
HSV(B) 222.27º 0.88% 0.2% -
XYZ 0.88 0.73 3.11 -
YUV 18.65 145.69 118.98 -
System Red Green Blue C M Y K H S L
Decimal 6 19 50 0.88 0.62 0 0.80 222.27 0.79 0.11
Hex 6 13 32 58 3E 0 50 DE 4F B
Octal 6 23 62 130 76 0 120 336 117 13
Binary 110 10011 110010 1011000 111110 0 1010000 11011110 1001111 1011

Color Harmonies of #061332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061332

Black with #061332

Text Example


Text Example

White with #061332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061332; }

 p { color: rgb(6,19,50); }

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

background-color css

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

 a { background-color: rgb(6,19,50); }

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

border-color css

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

 span { border-color: rgb(6,19,50); }

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