#180BB3

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

Shades of New Midnight Blue #180BB3

Tints of New Midnight Blue #180BB3

Color information

#180BB3 (or 0x180BB3) is unknown color: approx New Midnight Blue. HEX triplet: 18, 0B and B3. RGB value is (24,11,179). Sum of RGB (Red+Green+Blue) = 24+11+179=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 179 (70.31% from 255 or 83.64% from 214); Max value from RGB is 179 - color contains mainly: blue. Hex color #180BB3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180BB3 is #E7F44C. Grayscale: #212121. Windows color (decimal): -15201357 or 11733784. OLE color: 11733784.

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

Color convert

RGB2411179-
CMYK0.870.9400.30
HSL244.64º88.42%37.25%-
HSV(B)244.64º93.85%70.2%-
XYZ8.633.6942.9-
YUV34.04209.81120.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.21%
GREEN value IS 11 (4.69% from 255) = 5.14%
BLUE value IS 179 (70.31% from 255) = 83.64%
R=11.21%
G=5.14%
B=83.64%

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
Decimal24111790.870.9400.30244.6488.4237.25
Hex18BB3575E01Ef55825
Octal301326312713603636513045
Binary1100010111011001110101111011110011110111101011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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