#0814ae

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

Shades of New Midnight Blue #0814AE

Tints of New Midnight Blue #0814AE

Color information

#0814AE (or 0x0814AE) is unknown color: approx New Midnight Blue. HEX triplet: 08, 14 and AE. RGB value is (8,20,174). Sum of RGB (Red+Green+Blue) = 8+20+174=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 174 (68.36% from 255 or 86.14% from 202); Max value from RGB is 174 - color contains mainly: blue. Hex color #0814AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0814AE is #F7EB51. Grayscale: #212121. Windows color (decimal): -16247634 or 11408392. OLE color: 11408392.

HSL color Cylindrical-coordinate representation of color #0814AE: hue angle of 235.66º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0814AE is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB820174-
CMYK0.950.8900.32
HSL235.66º91.21%35.69%-
HSV(B)235.66º95.4%68.24%-
XYZ7.993.6140.32-
YUV33.97207.02109.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.96%
GREEN value IS 20 (8.20% from 255) = 9.90%
BLUE value IS 174 (68.36% from 255) = 86.14%
R=3.96%
G=9.90%
B=86.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal8201740.950.8900.32235.6691.2135.69
Hex814AE5F59020ec5b24
Octal102425613713104035413344
Binary10001010010101110101111110110010100000111011001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0814ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0814ae; }

 p { color: rgb(8,20,174); }

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

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

 a { background-color: rgb(8,20,174); }

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

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

 span { border-color: rgb(8,20,174); }

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