#180BB2

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

Shades of New Midnight Blue #180BB2

Tints of New Midnight Blue #180BB2

Color information

#180BB2 (or 0x180BB2) is unknown color: approx New Midnight Blue. HEX triplet: 18, 0B and B2. RGB value is (24,11,178). Sum of RGB (Red+Green+Blue) = 24+11+178=213 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.27% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 178 (69.92% from 255 or 83.57% from 213); Max value from RGB is 178 - color contains mainly: blue. Hex color #180BB2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180BB2 is #E7F44D. Grayscale: #212121. Windows color (decimal): -15201358 or 11668248. OLE color: 11668248.

HSL color Cylindrical-coordinate representation of color #180BB2: hue angle of 244.67º degrees, saturation: 0.88, 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 #180BB2 is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2411178-
CMYK0.870.9400.30
HSL244.67º88.36%37.06%-
HSV(B)244.67º93.82%69.8%-
XYZ8.533.6542.37-
YUV33.92209.31120.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.27%
GREEN value IS 11 (4.69% from 255) = 5.16%
BLUE value IS 178 (69.92% from 255) = 83.57%
R=11.27%
G=5.16%
B=83.57%

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
Decimal24111780.870.9400.30244.6788.3637.06
Hex18BB2575E01Ef55825
Octal301326212713603636513045
Binary1100010111011001010101111011110011110111101011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,11,178); }

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

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

 a { background-color: rgb(24,11,178); }

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

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

 span { border-color: rgb(24,11,178); }

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