#061A45

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

Shades of Midnight Express #061A45

Tints of Midnight Express #061A45

Color information

#061A45 (or 0x061A45) is unknown color: approx Midnight Express. HEX triplet: 06, 1A and 45. RGB value is (6,26,69). Sum of RGB (Red+Green+Blue) = 6+26+69=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 69 (27.34% from 255 or 68.32% from 101); Max value from RGB is 69 - color contains mainly: blue. Hex color #061A45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061A45 is #F9E5BA. Grayscale: #181818. Windows color (decimal): -16377275 or 4528646. OLE color: 4528646.

HSL color Cylindrical-coordinate representation of color #061A45: hue angle of 220.95º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #061A45 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB62669-
CMYK0.910.6200.73
HSL220.95º84%14.71%-
HSV(B)220.95º91.3%27.06%-
XYZ1.521.215.78-
YUV24.92152.87114.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.94%
GREEN value IS 26 (10.55% from 255) = 25.74%
BLUE value IS 69 (27.34% from 255) = 68.32%
R=5.94%
G=25.74%
B=68.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal626690.910.6200.73220.958414.71
Hex61A455B3E049dd54f
Octal63210513376011133512417
Binary1101101010001011011011111110010010011101110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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