#1805AE

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

Shades of New Midnight Blue #1805AE

Tints of New Midnight Blue #1805AE

Color information

#1805AE (or 0x1805AE) is unknown color: approx New Midnight Blue. HEX triplet: 18, 05 and AE. RGB value is (24,5,174). Sum of RGB (Red+Green+Blue) = 24+5+174=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 174 (68.36% from 255 or 85.71% from 203); Max value from RGB is 174 - color contains mainly: blue. Hex color #1805AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1805AE is #E7FA51. Grayscale: #1D1D1D. Windows color (decimal): -15202898 or 11404568. OLE color: 11404568.

HSL color Cylindrical-coordinate representation of color #1805AE: hue angle of 246.75º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1805AE is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB245174-
CMYK0.860.9700.32
HSL246.75º94.41%35.1%-
HSV(B)246.75º97.13%68.24%-
XYZ8.073.3640.27-
YUV29.95209.29123.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.82%
GREEN value IS 5 (2.34% from 255) = 2.46%
BLUE value IS 174 (68.36% from 255) = 85.71%
R=11.82%
G=2.46%
B=85.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2451740.860.9700.32246.7594.4135.1
Hex185AE5661020f75e23
Octal30525612614104036713643
Binary1100010110101110101011011000010100000111101111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1805AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1805AE; }

 p { color: rgb(24,5,174); }

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

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

 a { background-color: rgb(24,5,174); }

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

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

 span { border-color: rgb(24,5,174); }

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