#061A3F

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

Shades of Midnight Express #061A3F

Tints of Midnight Express #061A3F

Color information

#061A3F (or 0x061A3F) is unknown color: approx Midnight Express. HEX triplet: 06, 1A and 3F. RGB value is (6,26,63). Sum of RGB (Red+Green+Blue) = 6+26+63=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 63 (25% from 255 or 66.32% from 95); Max value from RGB is 63 - color contains mainly: blue. Hex color #061A3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061A3F is #F9E5C0. Grayscale: #181818. Windows color (decimal): -16377281 or 4135430. OLE color: 4135430.

HSL color Cylindrical-coordinate representation of color #061A3F: hue angle of 218.95º 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 #061A3F is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB62663-
CMYK0.900.5900.75
HSL218.95º82.61%13.53%-
HSV(B)218.95º90.48%24.71%-
XYZ1.341.144.85-
YUV24.24149.87114.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.32%
GREEN value IS 26 (10.55% from 255) = 27.37%
BLUE value IS 63 (25% from 255) = 66.32%
R=6.32%
G=27.37%
B=66.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal626630.900.5900.75218.9582.6113.53
Hex61A3F5A3B04Bdb53e
Octal6327713273011333312316
Binary110110101111111011010111011010010111101101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061A3F; }

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

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

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

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

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

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

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

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