#05139F

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

Shades of New Midnight Blue #05139F

Tints of New Midnight Blue #05139F

Color information

#05139F (or 0x05139F) is unknown color: approx New Midnight Blue. HEX triplet: 05, 13 and 9F. RGB value is (5,19,159). Sum of RGB (Red+Green+Blue) = 5+19+159=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 159 (62.5% from 255 or 86.89% from 183); Max value from RGB is 159 - color contains mainly: blue. Hex color #05139F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05139F is #FAEC60. Grayscale: #1E1E1E. Windows color (decimal): -16444513 or 10425093. OLE color: 10425093.

HSL color Cylindrical-coordinate representation of color #05139F: hue angle of 234.55º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05139F is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB519159-
CMYK0.970.8800.38
HSL234.55º93.9%32.16%-
HSV(B)234.55º96.86%62.35%-
XYZ6.55333.03-
YUV30.77200.36109.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.73%
GREEN value IS 19 (7.81% from 255) = 10.38%
BLUE value IS 159 (62.5% from 255) = 86.89%
R=2.73%
G=10.38%
B=86.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5191590.970.8800.38234.5593.932.16
Hex5139F6158026eb5e20
Octal52323714113004635313640
Binary1011001110011111110000110110000100110111010111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05139F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05139F; }

 p { color: rgb(5,19,159); }

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

<style>
 a { background-color: #05139F; }

 a { background-color: rgb(5,19,159); }

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

<style>
 span { border-color: #05139F; }

 span { border-color: rgb(5,19,159); }

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