#0815A2

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

Shades of New Midnight Blue #0815A2

Tints of New Midnight Blue #0815A2

Color information

#0815A2 (or 0x0815A2) is unknown color: approx New Midnight Blue. HEX triplet: 08, 15 and A2. RGB value is (8,21,162). Sum of RGB (Red+Green+Blue) = 8+21+162=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 162 (63.67% from 255 or 84.82% from 191); Max value from RGB is 162 - color contains mainly: blue. Hex color #0815A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0815A2 is #F7EA5D. Grayscale: #202020. Windows color (decimal): -16247390 or 10622216. OLE color: 10622216.

HSL color Cylindrical-coordinate representation of color #0815A2: hue angle of 234.94º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0815A2 is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB821162-
CMYK0.950.8700.36
HSL234.94º90.59%33.33%-
HSV(B)234.94º95.06%63.53%-
XYZ6.893.234.44-
YUV33.19200.69110.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.19%
GREEN value IS 21 (8.59% from 255) = 10.99%
BLUE value IS 162 (63.67% from 255) = 84.82%
R=4.19%
G=10.99%
B=84.82%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal8211620.950.8700.36234.9490.5933.33
Hex815A25F57024eb5b21
Octal102524213712704435313341
Binary10001010110100010101111110101110100100111010111011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0815A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0815A2; }

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

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

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

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

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

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

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

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