#1801B0

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

Shades of New Midnight Blue #1801B0

Tints of New Midnight Blue #1801B0

Color information

#1801B0 (or 0x1801B0) is unknown color: approx New Midnight Blue. HEX triplet: 18, 01 and B0. RGB value is (24,1,176). Sum of RGB (Red+Green+Blue) = 24+1+176=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 176 (69.14% from 255 or 87.56% from 201); Max value from RGB is 176 - color contains mainly: blue. Hex color #1801B0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1801B0 is #E7FE4F. Grayscale: #1B1B1B. Windows color (decimal): -15203920 or 11534616. OLE color: 11534616.

HSL color Cylindrical-coordinate representation of color #1801B0: hue angle of 247.89º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1801B0 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB241176-
CMYK0.860.9900.31
HSL247.89º98.87%34.71%-
HSV(B)247.89º99.43%69.02%-
XYZ8.223.3541.29-
YUV27.83211.62125.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.94%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 176 (69.14% from 255) = 87.56%
R=11.94%
G=0.50%
B=87.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2411760.860.9900.31247.8998.8734.71
Hex181B0566301Ff86323
Octal30126012614303737014343
Binary1100011011000010101101100011011111111110001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1801B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1801B0; }

 p { color: rgb(24,1,176); }

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

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

 a { background-color: rgb(24,1,176); }

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

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

 span { border-color: rgb(24,1,176); }

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