#05074A

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

Shades of Midnight Blue #05074A

Tints of Midnight Blue #05074A

Color information

#05074A (or 0x05074A) is unknown color: approx Midnight Blue. HEX triplet: 05, 07 and 4A. RGB value is (5,7,74). Sum of RGB (Red+Green+Blue) = 5+7+74=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 7 (3.12% from 255 or 8.14% from 86); Blue value is 74 (29.30% from 255 or 86.05% from 86); Max value from RGB is 74 - color contains mainly: blue. Hex color #05074A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05074A is #FAF8B5. Grayscale: #0D0D0D. Windows color (decimal): -16447670 or 4851461. OLE color: 4851461.

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

Color convert

RGB5774-
CMYK0.930.9100.71
HSL238.26º87.34%15.49%-
HSV(B)238.26º93.24%29.02%-
XYZ1.370.686.54-
YUV14.04161.84121.55-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.81%
GREEN value IS 7 (3.12% from 255) = 8.14%
BLUE value IS 74 (29.30% from 255) = 86.05%
R=5.81%
G=8.14%
B=86.05%

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
Decimal57740.930.9100.71238.2687.3415.49
Hex574A5D5B047ee57f
Octal57112135133010735612717
Binary101111100101010111011011011010001111110111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05074A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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