#081577

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

Shades of Midnight Blue #081577

Tints of Midnight Blue #081577

Color information

#081577 (or 0x081577) is unknown color: approx Midnight Blue. HEX triplet: 08, 15 and 77. RGB value is (8,21,119). Sum of RGB (Red+Green+Blue) = 8+21+119=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 119 (46.88% from 255 or 80.41% from 148); Max value from RGB is 119 - color contains mainly: blue. Hex color #081577 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081577 is #F7EA88. Grayscale: #1B1B1B. Windows color (decimal): -16247433 or 7804168. OLE color: 7804168.

HSL color Cylindrical-coordinate representation of color #081577: hue angle of 232.97º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081577 is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB821119-
CMYK0.930.8200.53
HSL232.97º87.4%24.9%-
HSV(B)232.97º93.28%46.67%-
XYZ3.71.9217.63-
YUV28.28179.19113.53-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.41%
GREEN value IS 21 (8.59% from 255) = 14.19%
BLUE value IS 119 (46.88% from 255) = 80.41%
R=5.41%
G=14.19%
B=80.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8211190.930.8200.53232.9787.424.9
Hex815775D52035e95719
Octal102516713512206535112731
Binary100010101111011110111011010010011010111101001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081577; }

 p { color: rgb(8,21,119); }

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

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

 a { background-color: rgb(8,21,119); }

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

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

 span { border-color: rgb(8,21,119); }

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