#06084A

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

Shades of Midnight Express #06084A

Tints of Midnight Express #06084A

Color information

#06084A (or 0x06084A) is unknown color: approx Midnight Express. HEX triplet: 06, 08 and 4A. RGB value is (6,8,74). Sum of RGB (Red+Green+Blue) = 6+8+74=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 74 (29.30% from 255 or 84.09% from 88); Max value from RGB is 74 - color contains mainly: blue. Hex color #06084A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06084A is #F9F7B5. Grayscale: #0E0E0E. Windows color (decimal): -16381878 or 4851718. OLE color: 4851718.

HSL color Cylindrical-coordinate representation of color #06084A: hue angle of 238.24º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06084A is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB6874-
CMYK0.920.8900.71
HSL238.24º85%15.69%-
HSV(B)238.24º91.89%29.02%-
XYZ1.40.716.54-
YUV14.93161.34121.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.82%
GREEN value IS 8 (3.52% from 255) = 9.09%
BLUE value IS 74 (29.30% from 255) = 84.09%
R=6.82%
G=9.09%
B=84.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal68740.920.8900.71238.248515.69
Hex684A5C59047ee5510
Octal610112134131010735612520
Binary11010001001010101110010110010100011111101110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06084A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06084A; }

 p { color: rgb(6,8,74); }

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

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

 a { background-color: rgb(6,8,74); }

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

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

 span { border-color: rgb(6,8,74); }

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