#05084B

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

Shades of Midnight Blue #05084B

Tints of Midnight Blue #05084B

Color information

#05084B (or 0x05084B) is unknown color: approx Midnight Blue. HEX triplet: 05, 08 and 4B. RGB value is (5,8,75). Sum of RGB (Red+Green+Blue) = 5+8+75=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 75 (29.69% from 255 or 85.23% from 88); Max value from RGB is 75 - color contains mainly: blue. Hex color #05084B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05084B is #FAF7B4. Grayscale: #0E0E0E. Windows color (decimal): -16447413 or 4917253. OLE color: 4917253.

HSL color Cylindrical-coordinate representation of color #05084B: hue angle of 237.43º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05084B is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB5875-
CMYK0.930.8900.71
HSL237.43º87.5%15.69%-
HSV(B)237.43º93.33%29.41%-
XYZ1.420.716.72-
YUV14.74162.01121.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.68%
GREEN value IS 8 (3.52% from 255) = 9.09%
BLUE value IS 75 (29.69% from 255) = 85.23%
R=5.68%
G=9.09%
B=85.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal58750.930.8900.71237.4387.515.69
Hex584B5D59047ed5810
Octal510113135131010735513020
Binary10110001001011101110110110010100011111101101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05084B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,8,75); }

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

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

 a { background-color: rgb(5,8,75); }

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

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

 span { border-color: rgb(5,8,75); }

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