Html Css Color HEX #061546 Midnight Express

📋 copy color: '#061546'

red 6 ◦ green 21 ◦ blue 70

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

Shades of Midnight Express #061546

Tints of Midnight Express #061546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 72.16%

R = 6.19%
G = 21.65%
B = 72.16%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#061546 (or 0x061546) is known color: Midnight Express. HEX triplet: 06, 15 and 46. RGB value is (6,21,70). Sum of RGB (Red+Green+Blue) = 6+21+70=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 70 (27.73% from 255 or 72.16% from 97); Max value from RGB is 70 - color contains mainly: blue. Hex color #061546 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061546 is #F9EAB9. Grayscale: #151515. Windows color (decimal): -16378554 or 4592902. OLE color: 4592902.

HSL color Cylindrical-coordinate representation of color #061546: hue angle of 225.94º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #061546 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 21 70 -
CMYK 0.91 0.70 0 0.73
HSL 225.94º 0.84% 0.15% -
HSV(B) 225.94º 0.91% 0.27% -
XYZ 1.45 1.02 5.91 -
YUV 22.1 155.03 116.52 -
System Red Green Blue C M Y K H S L
Decimal 6 21 70 0.91 0.70 0 0.73 225.94 0.84 0.15
Hex 6 15 46 5B 46 0 49 E2 54 F
Octal 6 25 106 133 106 0 111 342 124 17
Binary 110 10101 1000110 1011011 1000110 0 1001001 11100010 1010100 1111

Color Harmonies of #061546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061546

Black with #061546

Text Example


Text Example

White with #061546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061546; }

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

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

background-color css

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

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

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

border-color css

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

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

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