#06045D

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

Shades of Midnight Blue #06045D

Tints of Midnight Blue #06045D

Color information

#06045D (or 0x06045D) is unknown color: approx Midnight Blue. HEX triplet: 06, 04 and 5D. RGB value is (6,4,93). Sum of RGB (Red+Green+Blue) = 6+4+93=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 93 (36.72% from 255 or 90.29% from 103); Max value from RGB is 93 - color contains mainly: blue. Hex color #06045D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06045D is #F9FBA2. Grayscale: #0E0E0E. Windows color (decimal): -16382883 or 6095878. OLE color: 6095878.

HSL color Cylindrical-coordinate representation of color #06045D: hue angle of 241.35º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06045D is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB6493-
CMYK0.940.9600.64
HSL241.35º91.75%19.02%-
HSV(B)241.35º95.7%36.47%-
XYZ2.090.9210.42-
YUV14.74172.16121.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.83%
GREEN value IS 4 (1.95% from 255) = 3.88%
BLUE value IS 93 (36.72% from 255) = 90.29%
R=5.83%
G=3.88%
B=90.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal64930.940.9600.64241.3591.7519.02
Hex645D5E60040f15c13
Octal64135136140010036113423
Binary1101001011101101111011000000100000011110001101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06045D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06045D; }

 p { color: rgb(6,4,93); }

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

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

 a { background-color: rgb(6,4,93); }

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

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

 span { border-color: rgb(6,4,93); }

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