#05035B

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

Shades of Midnight Blue #05035B

Tints of Midnight Blue #05035B

Color information

#05035B (or 0x05035B) is unknown color: approx Midnight Blue. HEX triplet: 05, 03 and 5B. RGB value is (5,3,91). Sum of RGB (Red+Green+Blue) = 5+3+91=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 91 (35.94% from 255 or 91.92% from 99); Max value from RGB is 91 - color contains mainly: blue. Hex color #05035B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05035B is #FAFCA4. Grayscale: #0D0D0D. Windows color (decimal): -16448677 or 5964549. OLE color: 5964549.

HSL color Cylindrical-coordinate representation of color #05035B: hue angle of 241.36º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05035B is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB5391-
CMYK0.950.9700.64
HSL241.36º93.62%18.43%-
HSV(B)241.36º96.7%35.69%-
XYZ1.980.859.96-
YUV13.63171.66121.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.05%
GREEN value IS 3 (1.56% from 255) = 3.03%
BLUE value IS 91 (35.94% from 255) = 91.92%
R=5.05%
G=3.03%
B=91.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal53910.950.9700.64241.3693.6218.43
Hex535B5F61040f15e12
Octal53133137141010036113622
Binary101111011011101111111000010100000011110001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05035B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,3,91); }

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

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

 a { background-color: rgb(5,3,91); }

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

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

 span { border-color: rgb(5,3,91); }

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