#06113A

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

Shades of Midnight Express #06113A

Tints of Midnight Express #06113A

Color information

#06113A (or 0x06113A) is unknown color: approx Midnight Express. HEX triplet: 06, 11 and 3A. RGB value is (6,17,58). Sum of RGB (Red+Green+Blue) = 6+17+58=81 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.41% from 81); Green value is 17 (7.03% from 255 or 20.99% from 81); Blue value is 58 (23.05% from 255 or 71.60% from 81); Max value from RGB is 58 - color contains mainly: blue. Hex color #06113A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06113A is #F9EEC5. Grayscale: #121212. Windows color (decimal): -16379590 or 3805446. OLE color: 3805446.

HSL color Cylindrical-coordinate representation of color #06113A: hue angle of 227.31º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06113A is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB61758-
CMYK0.900.7100.77
HSL227.31º81.25%12.55%-
HSV(B)227.31º89.66%22.75%-
XYZ1.040.754.09-
YUV18.38150.36119.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.41%
GREEN value IS 17 (7.03% from 255) = 20.99%
BLUE value IS 58 (23.05% from 255) = 71.60%
R=7.41%
G=20.99%
B=71.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal617580.900.7100.77227.3181.2512.55
Hex6113A5A4704De351d
Octal62172132107011534312115
Binary1101000111101010110101000111010011011110001110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06113A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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