#1805B3

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

Shades of New Midnight Blue #1805B3

Tints of New Midnight Blue #1805B3

Color information

#1805B3 (or 0x1805B3) is unknown color: approx New Midnight Blue. HEX triplet: 18, 05 and B3. RGB value is (24,5,179). Sum of RGB (Red+Green+Blue) = 24+5+179=208 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.54% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 179 (70.31% from 255 or 86.06% from 208); Max value from RGB is 179 - color contains mainly: blue. Hex color #1805B3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1805B3 is #E7FA4C. Grayscale: #1D1D1D. Windows color (decimal): -15202893 or 11732248. OLE color: 11732248.

HSL color Cylindrical-coordinate representation of color #1805B3: hue angle of 246.55º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1805B3 is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB245179-
CMYK0.870.9700.30
HSL246.55º94.57%36.08%-
HSV(B)246.55º97.21%70.2%-
XYZ8.573.5642.88-
YUV30.52211.79123.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.54%
GREEN value IS 5 (2.34% from 255) = 2.40%
BLUE value IS 179 (70.31% from 255) = 86.06%
R=11.54%
G=2.40%
B=86.06%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal2451790.870.9700.30246.5594.5736.08
Hex185B3576101Ef75f24
Octal30526312714103636713744
Binary110001011011001110101111100001011110111101111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1805B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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