#061842

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

Shades of Midnight Express #061842

Tints of Midnight Express #061842

Color information

#061842 (or 0x061842) is unknown color: approx Midnight Express. HEX triplet: 06, 18 and 42. RGB value is (6,24,66). Sum of RGB (Red+Green+Blue) = 6+24+66=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 66 (26.17% from 255 or 68.75% from 96); Max value from RGB is 66 - color contains mainly: blue. Hex color #061842 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061842 is #F9E7BD. Grayscale: #171717. Windows color (decimal): -16377790 or 4331526. OLE color: 4331526.

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

Color convert

RGB62466-
CMYK0.910.6400.74
HSL222º83.33%14.12%-
HSV(B)222º90.91%25.88%-
XYZ1.391.095.29-
YUV23.41152.04115.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.25%
GREEN value IS 24 (9.77% from 255) = 25%
BLUE value IS 66 (26.17% from 255) = 68.75%
R=6.25%
G=25%
B=68.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal624660.910.6400.7422283.3314.12
Hex618425B4004Ade53e
Octal630102133100011233612316
Binary11011000100001010110111000000010010101101111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061842; }

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

 H1.HeaderClassName
 {
   color: #061842;
 }
 .AnyTagClassName
 {
   color: #061842;
 }
</style>
background-color css

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

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

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

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

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

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