#05095A

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

Shades of Midnight Blue #05095A

Tints of Midnight Blue #05095A

Color information

#05095A (or 0x05095A) is unknown color: approx Midnight Blue. HEX triplet: 05, 09 and 5A. RGB value is (5,9,90). Sum of RGB (Red+Green+Blue) = 5+9+90=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 90 (35.55% from 255 or 86.54% from 104); Max value from RGB is 90 - color contains mainly: blue. Hex color #05095A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05095A is #FAF6A5. Grayscale: #101010. Windows color (decimal): -16447142 or 5900549. OLE color: 5900549.

HSL color Cylindrical-coordinate representation of color #05095A: hue angle of 237.18º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05095A is Cyan = 0.94, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB5990-
CMYK0.940.900.65
HSL237.18º89.47%18.63%-
HSV(B)237.18º94.44%35.29%-
XYZ2.010.979.75-
YUV17.04169.17119.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.81%
GREEN value IS 9 (3.91% from 255) = 8.65%
BLUE value IS 90 (35.55% from 255) = 86.54%
R=4.81%
G=8.65%
B=86.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal59900.940.900.65237.1889.4718.63
Hex595A5E5A041ed5913
Octal511132136132010135513123
Binary10110011011010101111010110100100000111101101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05095A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,9,90); }

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

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

 a { background-color: rgb(5,9,90); }

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

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

 span { border-color: rgb(5,9,90); }

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