#05136E

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

Shades of Midnight Blue #05136E

Tints of Midnight Blue #05136E

Color information

#05136E (or 0x05136E) is unknown color: approx Midnight Blue. HEX triplet: 05, 13 and 6E. RGB value is (5,19,110). Sum of RGB (Red+Green+Blue) = 5+19+110=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 110 (43.36% from 255 or 82.09% from 134); Max value from RGB is 110 - color contains mainly: blue. Hex color #05136E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05136E is #FAEC91. Grayscale: #181818. Windows color (decimal): -16444562 or 7213829. OLE color: 7213829.

HSL color Cylindrical-coordinate representation of color #05136E: hue angle of 232º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05136E is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB519110-
CMYK0.950.8300.57
HSL232º91.3%22.55%-
HSV(B)232º95.45%43.14%-
XYZ3.111.6214.9-
YUV25.19175.86113.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.73%
GREEN value IS 19 (7.81% from 255) = 14.18%
BLUE value IS 110 (43.36% from 255) = 82.09%
R=3.73%
G=14.18%
B=82.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5191100.950.8300.5723291.322.55
Hex5136E5F53039e85b17
Octal52315613712307135013327
Binary10110011110111010111111010011011100111101000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05136E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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