#05126F

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

Shades of Midnight Blue #05126F

Tints of Midnight Blue #05126F

Color information

#05126F (or 0x05126F) is unknown color: approx Midnight Blue. HEX triplet: 05, 12 and 6F. RGB value is (5,18,111). Sum of RGB (Red+Green+Blue) = 5+18+111=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 111 (43.75% from 255 or 82.84% from 134); Max value from RGB is 111 - color contains mainly: blue. Hex color #05126F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05126F is #FAED90. Grayscale: #181818. Windows color (decimal): -16444817 or 7279109. OLE color: 7279109.

HSL color Cylindrical-coordinate representation of color #05126F: hue angle of 232.64º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05126F is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB518111-
CMYK0.950.8400.56
HSL232.64º91.38%22.75%-
HSV(B)232.64º95.5%43.53%-
XYZ3.151.6115.18-
YUV24.71176.69113.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.73%
GREEN value IS 18 (7.42% from 255) = 13.43%
BLUE value IS 111 (43.75% from 255) = 82.84%
R=3.73%
G=13.43%
B=82.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5181110.950.8400.56232.6491.3822.75
Hex5126F5F54038e95b17
Octal52215713712407035113327
Binary10110010110111110111111010100011100011101001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05126F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,18,111); }

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

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

 a { background-color: rgb(5,18,111); }

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

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

 span { border-color: rgb(5,18,111); }

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