#06193F

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

Shades of Midnight Express #06193F

Tints of Midnight Express #06193F

Color information

#06193F (or 0x06193F) is unknown color: approx Midnight Express. HEX triplet: 06, 19 and 3F. RGB value is (6,25,63). Sum of RGB (Red+Green+Blue) = 6+25+63=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 63 (25% from 255 or 67.02% from 94); Max value from RGB is 63 - color contains mainly: blue. Hex color #06193F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06193F is #F9E6C0. Grayscale: #171717. Windows color (decimal): -16377537 or 4135174. OLE color: 4135174.

HSL color Cylindrical-coordinate representation of color #06193F: hue angle of 220º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06193F is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB62563-
CMYK0.900.6000.75
HSL220º82.61%13.53%-
HSV(B)220º90.48%24.71%-
XYZ1.321.094.84-
YUV23.65150.21115.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.38%
GREEN value IS 25 (10.16% from 255) = 26.60%
BLUE value IS 63 (25% from 255) = 67.02%
R=6.38%
G=26.60%
B=67.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal625630.900.6000.7522082.6113.53
Hex6193F5A3C04Bdc53e
Octal6317713274011333412316
Binary110110011111111011010111100010010111101110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06193F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06193F; }

 p { color: rgb(6,25,63); }

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

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

 a { background-color: rgb(6,25,63); }

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

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

 span { border-color: rgb(6,25,63); }

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