#06013A

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

Shades of Midnight Express #06013A

Tints of Midnight Express #06013A

Color information

#06013A (or 0x06013A) is unknown color: approx Midnight Express. HEX triplet: 06, 01 and 3A. RGB value is (6,1,58). Sum of RGB (Red+Green+Blue) = 6+1+58=65 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.23% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 58 (23.05% from 255 or 89.23% from 65); Max value from RGB is 58 - color contains mainly: blue. Hex color #06013A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06013A is #F9FEC5. Grayscale: #080808. Windows color (decimal): -16383686 or 3801350. OLE color: 3801350.

HSL color Cylindrical-coordinate representation of color #06013A: hue angle of 245.26º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06013A is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB6158-
CMYK0.900.9800.77
HSL245.26º96.61%11.57%-
HSV(B)245.26º98.28%22.75%-
XYZ0.850.374.03-
YUV8.99155.66125.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.23%
GREEN value IS 1 (0.78% from 255) = 1.54%
BLUE value IS 58 (23.05% from 255) = 89.23%
R=9.23%
G=1.54%
B=89.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal61580.900.9800.77245.2696.6111.57
Hex613A5A6204Df561c
Octal6172132142011536514114
Binary110111101010110101100010010011011111010111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,1,58); }

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

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

 a { background-color: rgb(6,1,58); }

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

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

 span { border-color: rgb(6,1,58); }

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