#061445

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

Shades of Midnight Express #061445

Tints of Midnight Express #061445

Color information

#061445 (or 0x061445) is unknown color: approx Midnight Express. HEX triplet: 06, 14 and 45. RGB value is (6,20,69). Sum of RGB (Red+Green+Blue) = 6+20+69=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 69 (27.34% from 255 or 72.63% from 95); Max value from RGB is 69 - color contains mainly: blue. Hex color #061445 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061445 is #F9EBBA. Grayscale: #151515. Windows color (decimal): -16378811 or 4527110. OLE color: 4527110.

HSL color Cylindrical-coordinate representation of color #061445: hue angle of 226.67º 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 #061445 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB62069-
CMYK0.910.7100.73
HSL226.67º84%14.71%-
HSV(B)226.67º91.3%27.06%-
XYZ1.40.975.74-
YUV21.4154.86117.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.32%
GREEN value IS 20 (8.20% from 255) = 21.05%
BLUE value IS 69 (27.34% from 255) = 72.63%
R=6.32%
G=21.05%
B=72.63%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal620690.910.7100.73226.678414.71
Hex614455B47049e354f
Octal624105133107011134312417
Binary11010100100010110110111000111010010011110001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061445; }

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

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

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

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

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

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

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

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