#05034A

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

Shades of Midnight Blue #05034A

Tints of Midnight Blue #05034A

Color information

#05034A (or 0x05034A) is unknown color: approx Midnight Blue. HEX triplet: 05, 03 and 4A. RGB value is (5,3,74). Sum of RGB (Red+Green+Blue) = 5+3+74=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 3 (1.56% from 255 or 3.66% from 82); Blue value is 74 (29.30% from 255 or 90.24% from 82); Max value from RGB is 74 - color contains mainly: blue. Hex color #05034A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05034A is #FAFCB5. Grayscale: #0B0B0B. Windows color (decimal): -16448694 or 4850437. OLE color: 4850437.

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

Color convert

RGB5374-
CMYK0.930.9600.71
HSL241.69º92.21%15.1%-
HSV(B)241.69º95.95%29.02%-
XYZ1.330.596.52-
YUV11.69163.16123.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.10%
GREEN value IS 3 (1.56% from 255) = 3.66%
BLUE value IS 74 (29.30% from 255) = 90.24%
R=6.10%
G=3.66%
B=90.24%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal53740.930.9600.71241.6992.2115.1
Hex534A5D60047f25cf
Octal53112135140010736213417
Binary10111100101010111011100000010001111111001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05034A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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