#061742

Color #061742 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #061742

Tints of Midnight Express #061742

Color information

#061742 (or 0x061742) is unknown color: approx 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

RGB62366-
CMYK0.910.6500.74
HSL223º83.33%14.12%-
HSV(B)223º90.91%25.88%-
XYZ1.361.045.28-
YUV22.82152.37116-

RGB Variations

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

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 (Cyan) values IS 0.91
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal623660.910.6500.7422383.3314.12
Hex617425B4104Adf53e
Octal627102133101011233712316
Binary11010111100001010110111000001010010101101111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>