Html Css Color HEX #061742 Midnight Express

📋 copy color: '#061742'

red 6 ◦ green 23 ◦ blue 66

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

Shades of Midnight Express #061742

Tints of Midnight Express #061742

RGB

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

 GREEN value IS 23 (9.38% from 255) = 24.21%

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

R = 6.32%
G = 24.21%
B = 69.47%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#061742 (or 0x061742) is known color: Midnight Express. HEX triplet: 06, 17 and 42. RGB value is (6,23,66). Sum of RGB (Red+Green+Blue) = 6+23+66=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 66 (26.17% from 255 or 69.47% from 95); Max value from RGB is 66 - color contains mainly: blue. Hex color #061742 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061742 is #F9E8BD. Grayscale: #161616. Windows color (decimal): -16378046 or 4331270. OLE color: 4331270.

HSL color Cylindrical-coordinate representation of color #061742: hue angle of 223º 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 #061742 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 23 66 -
CMYK 0.91 0.65 0 0.74
HSL 223º 0.83% 0.14% -
HSV(B) 223º 0.91% 0.26% -
XYZ 1.36 1.04 5.28 -
YUV 22.82 152.37 116 -
System Red Green Blue C M Y K H S L
Decimal 6 23 66 0.91 0.65 0 0.74 223 0.83 0.14
Hex 6 17 42 5B 41 0 4A DF 53 E
Octal 6 27 102 133 101 0 112 337 123 16
Binary 110 10111 1000010 1011011 1000001 0 1001010 11011111 1010011 1110

Color Harmonies of #061742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061742

Black with #061742

Text Example


Text Example

White with #061742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061742; }

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

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

background-color css

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

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

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

border-color css

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

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

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