Html Css Color HEX #061542 Midnight Express

📋 copy color: '#061542'

red 6 ◦ green 21 ◦ blue 66

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

Shades of Midnight Express #061542

Tints of Midnight Express #061542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 70.97%

R = 6.45%
G = 22.58%
B = 70.97%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#061542 (or 0x061542) is known color: Midnight Express. HEX triplet: 06, 15 and 42. RGB value is (6,21,66). Sum of RGB (Red+Green+Blue) = 6+21+66=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 66 (26.17% from 255 or 70.97% from 93); Max value from RGB is 66 - color contains mainly: blue. Hex color #061542 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061542 is #F9EABD. Grayscale: #151515. Windows color (decimal): -16378558 or 4330758. OLE color: 4330758.

HSL color Cylindrical-coordinate representation of color #061542: hue angle of 225º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #061542 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 21 66 -
CMYK 0.91 0.68 0 0.74
HSL 225º 0.83% 0.14% -
HSV(B) 225º 0.91% 0.26% -
XYZ 1.33 0.97 5.27 -
YUV 21.65 153.03 116.84 -
System Red Green Blue C M Y K H S L
Decimal 6 21 66 0.91 0.68 0 0.74 225 0.83 0.14
Hex 6 15 42 5B 44 0 4A E1 53 E
Octal 6 25 102 133 104 0 112 341 123 16
Binary 110 10101 1000010 1011011 1000100 0 1001010 11100001 1010011 1110

Color Harmonies of #061542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061542

Black with #061542

Text Example


Text Example

White with #061542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061542; }

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

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

background-color css

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

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

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

border-color css

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

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

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