#1806B1

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

Shades of New Midnight Blue #1806B1

Tints of New Midnight Blue #1806B1

Color information

#1806B1 (or 0x1806B1) is unknown color: approx New Midnight Blue. HEX triplet: 18, 06 and B1. RGB value is (24,6,177). Sum of RGB (Red+Green+Blue) = 24+6+177=207 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.59% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 177 (69.53% from 255 or 85.51% from 207); Max value from RGB is 177 - color contains mainly: blue. Hex color #1806B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1806B1 is #E7F94E. Grayscale: #1E1E1E. Windows color (decimal): -15202639 or 11601432. OLE color: 11601432.

HSL color Cylindrical-coordinate representation of color #1806B1: hue angle of 246.32º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1806B1 is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB246177-
CMYK0.860.9700.31
HSL246.32º93.44%35.88%-
HSV(B)246.32º96.61%69.41%-
XYZ8.383.541.83-
YUV30.88210.46123.1-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.59%
GREEN value IS 6 (2.73% from 255) = 2.90%
BLUE value IS 177 (69.53% from 255) = 85.51%
R=11.59%
G=2.90%
B=85.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2461770.860.9700.31246.3293.4435.88
Hex186B1566101Ff65d24
Octal30626112614103736613544
Binary110001101011000110101101100001011111111101101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1806B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1806B1; }

 p { color: rgb(24,6,177); }

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

<style>
 a { background-color: #1806B1; }

 a { background-color: rgb(24,6,177); }

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

<style>
 span { border-color: #1806B1; }

 span { border-color: rgb(24,6,177); }

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