#061945

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

Shades of Midnight Express #061945

Tints of Midnight Express #061945

Color information

#061945 (or 0x061945) is unknown color: approx Midnight Express. HEX triplet: 06, 19 and 45. RGB value is (6,25,69). Sum of RGB (Red+Green+Blue) = 6+25+69=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 69 (27.34% from 255 or 69% from 100); Max value from RGB is 69 - color contains mainly: blue. Hex color #061945 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061945 is #F9E6BA. Grayscale: #181818. Windows color (decimal): -16377531 or 4528390. OLE color: 4528390.

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

Color convert

RGB62569-
CMYK0.910.6400.73
HSL221.9º84%14.71%-
HSV(B)221.9º91.3%27.06%-
XYZ1.51.165.78-
YUV24.33153.21114.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6%
GREEN value IS 25 (10.16% from 255) = 25%
BLUE value IS 69 (27.34% from 255) = 69%
R=6%
G=25%
B=69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal625690.910.6400.73221.98414.71
Hex619455B40049de54f
Octal631105133100011133612417
Binary11011001100010110110111000000010010011101111010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061945; }

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

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

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

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

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

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

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

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