#05126B

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

Shades of Midnight Blue #05126B

Tints of Midnight Blue #05126B

Color information

#05126B (or 0x05126B) is unknown color: approx Midnight Blue. HEX triplet: 05, 12 and 6B. RGB value is (5,18,107). Sum of RGB (Red+Green+Blue) = 5+18+107=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 107 (42.19% from 255 or 82.31% from 130); Max value from RGB is 107 - color contains mainly: blue. Hex color #05126B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05126B is #FAED94. Grayscale: #171717. Windows color (decimal): -16444821 or 7016965. OLE color: 7016965.

HSL color Cylindrical-coordinate representation of color #05126B: hue angle of 232.35º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05126B is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB518107-
CMYK0.950.8300.58
HSL232.35º91.07%21.96%-
HSV(B)232.35º95.33%41.96%-
XYZ2.931.5314.05-
YUV24.26174.69114.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.85%
GREEN value IS 18 (7.42% from 255) = 13.85%
BLUE value IS 107 (42.19% from 255) = 82.31%
R=3.85%
G=13.85%
B=82.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5181070.950.8300.58232.3591.0721.96
Hex5126B5F5303Ae85b16
Octal52215313712307235013326
Binary10110010110101110111111010011011101011101000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05126B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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