#05074B

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

Shades of Midnight Blue #05074B

Tints of Midnight Blue #05074B

Color information

#05074B (or 0x05074B) is unknown color: approx Midnight Blue. HEX triplet: 05, 07 and 4B. RGB value is (5,7,75). Sum of RGB (Red+Green+Blue) = 5+7+75=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 7 (3.12% from 255 or 8.05% from 87); Blue value is 75 (29.69% from 255 or 86.21% from 87); Max value from RGB is 75 - color contains mainly: blue. Hex color #05074B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05074B is #FAF8B4. Grayscale: #0D0D0D. Windows color (decimal): -16447669 or 4916997. OLE color: 4916997.

HSL color Cylindrical-coordinate representation of color #05074B: hue angle of 238.29º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05074B is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB5775-
CMYK0.930.9100.71
HSL238.29º87.5%15.69%-
HSV(B)238.29º93.33%29.41%-
XYZ1.410.696.72-
YUV14.15162.34121.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.75%
GREEN value IS 7 (3.12% from 255) = 8.05%
BLUE value IS 75 (29.69% from 255) = 86.21%
R=5.75%
G=8.05%
B=86.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal57750.930.9100.71238.2987.515.69
Hex574B5D5B047ee5810
Octal57113135133010735613020
Binary1011111001011101110110110110100011111101110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05074B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05074B; }

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

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

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

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

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

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

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

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