#05075D

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

Shades of Midnight Blue #05075D

Tints of Midnight Blue #05075D

Color information

#05075D (or 0x05075D) is unknown color: approx Midnight Blue. HEX triplet: 05, 07 and 5D. RGB value is (5,7,93). Sum of RGB (Red+Green+Blue) = 5+7+93=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 93 (36.72% from 255 or 88.57% from 105); Max value from RGB is 93 - color contains mainly: blue. Hex color #05075D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05075D is #FAF8A2. Grayscale: #0F0F0F. Windows color (decimal): -16447651 or 6096645. OLE color: 6096645.

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

Color convert

RGB5793-
CMYK0.950.9200.64
HSL238.64º89.8%19.22%-
HSV(B)238.64º94.62%36.47%-
XYZ2.110.9710.43-
YUV16.21171.34120.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.76%
GREEN value IS 7 (3.12% from 255) = 6.67%
BLUE value IS 93 (36.72% from 255) = 88.57%
R=4.76%
G=6.67%
B=88.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal57930.950.9200.64238.6489.819.22
Hex575D5F5C040ef5a13
Octal57135137134010035713223
Binary1011111011101101111110111000100000011101111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05075D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,7,93); }

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

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

 a { background-color: rgb(5,7,93); }

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

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

 span { border-color: rgb(5,7,93); }

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