#05034E

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

Shades of Midnight Blue #05034E

Tints of Midnight Blue #05034E

Color information

#05034E (or 0x05034E) is unknown color: approx Midnight Blue. HEX triplet: 05, 03 and 4E. RGB value is (5,3,78). Sum of RGB (Red+Green+Blue) = 5+3+78=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 78 (30.86% from 255 or 90.70% from 86); Max value from RGB is 78 - color contains mainly: blue. Hex color #05034E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05034E is #FAFCB1. Grayscale: #0B0B0B. Windows color (decimal): -16448690 or 5112581. OLE color: 5112581.

HSL color Cylindrical-coordinate representation of color #05034E: hue angle of 241.6º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05034E is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB5378-
CMYK0.940.9600.69
HSL241.6º92.59%15.88%-
HSV(B)241.6º96.15%30.59%-
XYZ1.470.657.26-
YUV12.15165.16122.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.81%
GREEN value IS 3 (1.56% from 255) = 3.49%
BLUE value IS 78 (30.86% from 255) = 90.70%
R=5.81%
G=3.49%
B=90.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal53780.940.9600.69241.692.5915.88
Hex534E5E60045f25d10
Octal53116136140010536213520
Binary101111001110101111011000000100010111110010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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