#05129B

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

Shades of New Midnight Blue #05129B

Tints of New Midnight Blue #05129B

Color information

#05129B (or 0x05129B) is unknown color: approx New Midnight Blue. HEX triplet: 05, 12 and 9B. RGB value is (5,18,155). Sum of RGB (Red+Green+Blue) = 5+18+155=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 155 (60.94% from 255 or 87.08% from 178); Max value from RGB is 155 - color contains mainly: blue. Hex color #05129B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05129B is #FAED64. Grayscale: #1D1D1D. Windows color (decimal): -16444773 or 10162693. OLE color: 10162693.

HSL color Cylindrical-coordinate representation of color #05129B: hue angle of 234.8º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05129B is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB518155-
CMYK0.970.8800.39
HSL234.8º93.75%31.37%-
HSV(B)234.8º96.77%60.78%-
XYZ6.22.8331.23-
YUV29.73198.69110.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.81%
GREEN value IS 18 (7.42% from 255) = 10.11%
BLUE value IS 155 (60.94% from 255) = 87.08%
R=2.81%
G=10.11%
B=87.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5181550.970.8800.39234.893.7531.37
Hex5129B6158027eb5e1f
Octal52223314113004735313637
Binary101100101001101111000011011000010011111101011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05129B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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