#05019A

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

Shades of New Midnight Blue #05019A

Tints of New Midnight Blue #05019A

Color information

#05019A (or 0x05019A) is unknown color: approx New Midnight Blue. HEX triplet: 05, 01 and 9A. RGB value is (5,1,154). Sum of RGB (Red+Green+Blue) = 5+1+154=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 154 (60.55% from 255 or 96.25% from 160); Max value from RGB is 154 - color contains mainly: blue. Hex color #05019A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05019A is #FAFE65. Grayscale: #131313. Windows color (decimal): -16449126 or 10092805. OLE color: 10092805.

HSL color Cylindrical-coordinate representation of color #05019A: hue angle of 241.57º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #05019A is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB51154-
CMYK0.970.9900.40
HSL241.57º98.71%30.39%-
HSV(B)241.57º99.35%60.39%-
XYZ5.912.3930.72-
YUV19.64203.83117.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.12%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 154 (60.55% from 255) = 96.25%
R=3.12%
G=0.62%
B=96.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal511540.970.9900.40241.5798.7130.39
Hex519A6163028f2631e
Octal5123214114305036214336
Binary10111001101011000011100011010100011110010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05019A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05019A; }

 p { color: rgb(5,1,154); }

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

<style>
 a { background-color: #05019A; }

 a { background-color: rgb(5,1,154); }

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

<style>
 span { border-color: #05019A; }

 span { border-color: rgb(5,1,154); }

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