#061345

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

Shades of Midnight Express #061345

Tints of Midnight Express #061345

Color information

#061345 (or 0x061345) is unknown color: approx Midnight Express. HEX triplet: 06, 13 and 45. RGB value is (6,19,69). Sum of RGB (Red+Green+Blue) = 6+19+69=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 69 (27.34% from 255 or 73.40% from 94); Max value from RGB is 69 - color contains mainly: blue. Hex color #061345 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061345 is #F9ECBA. Grayscale: #141414. Windows color (decimal): -16379067 or 4526854. OLE color: 4526854.

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

Color convert

RGB61969-
CMYK0.910.7200.73
HSL227.62º84%14.71%-
HSV(B)227.62º91.3%27.06%-
XYZ1.380.935.74-
YUV20.81155.19117.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.38%
GREEN value IS 19 (7.81% from 255) = 20.21%
BLUE value IS 69 (27.34% from 255) = 73.40%
R=6.38%
G=20.21%
B=73.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal619690.910.7200.73227.628414.71
Hex613455B48049e454f
Octal623105133110011134412417
Binary11010011100010110110111001000010010011110010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061345; }

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

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

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

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

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

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

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

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