#180AB3

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

Shades of New Midnight Blue #180AB3

Tints of New Midnight Blue #180AB3

Color information

#180AB3 (or 0x180AB3) is unknown color: approx New Midnight Blue. HEX triplet: 18, 0A and B3. RGB value is (24,10,179). Sum of RGB (Red+Green+Blue) = 24+10+179=213 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.27% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 179 (70.31% from 255 or 84.04% from 213); Max value from RGB is 179 - color contains mainly: blue. Hex color #180AB3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180AB3 is #E7F54C. Grayscale: #202020. Windows color (decimal): -15201613 or 11733528. OLE color: 11733528.

HSL color Cylindrical-coordinate representation of color #180AB3: hue angle of 244.97º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180AB3 is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2410179-
CMYK0.870.9400.30
HSL244.97º89.42%37.06%-
HSV(B)244.97º94.41%70.2%-
XYZ8.623.6742.9-
YUV33.45210.14121.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.27%
GREEN value IS 10 (4.30% from 255) = 4.69%
BLUE value IS 179 (70.31% from 255) = 84.04%
R=11.27%
G=4.69%
B=84.04%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal24101790.870.9400.30244.9789.4237.06
Hex18AB3575E01Ef55925
Octal301226312713603636513145
Binary1100010101011001110101111011110011110111101011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180AB3; }

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

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

<style>
 a { background-color: #180AB3; }

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

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

<style>
 span { border-color: #180AB3; }

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

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