Html Css Color HEX #061532 Midnight Express

📋 copy color: '#061532'

red 6 ◦ green 21 ◦ blue 50

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

Shades of Midnight Express #061532

Tints of Midnight Express #061532

RGB

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

 GREEN value IS 21 (8.59% from 255) = 27.27%

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

R = 7.79%
G = 27.27%
B = 64.94%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#061532 (or 0x061532) is known color: Midnight Express. HEX triplet: 06, 15 and 32. RGB value is (6,21,50). Sum of RGB (Red+Green+Blue) = 6+21+50=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 50 (19.92% from 255 or 64.94% from 77); Max value from RGB is 50 - color contains mainly: blue. Hex color #061532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061532 is #F9EACD. Grayscale: #131313. Windows color (decimal): -16378574 or 3282182. OLE color: 3282182.

HSL color Cylindrical-coordinate representation of color #061532: hue angle of 219.55º 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 #061532 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 6 21 50 -
CMYK 0.88 0.58 0 0.80
HSL 219.55º 0.79% 0.11% -
HSV(B) 219.55º 0.88% 0.2% -
XYZ 0.92 0.81 3.12 -
YUV 19.82 145.03 118.14 -
System Red Green Blue C M Y K H S L
Decimal 6 21 50 0.88 0.58 0 0.80 219.55 0.79 0.11
Hex 6 15 32 58 3A 0 50 DC 4F B
Octal 6 25 62 130 72 0 120 334 117 13
Binary 110 10101 110010 1011000 111010 0 1010000 11011100 1001111 1011

Color Harmonies of #061532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061532

Black with #061532

Text Example


Text Example

White with #061532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061532; }

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

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

background-color css

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

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

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

border-color css

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

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

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