#180BB7

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

Shades of Medium Blue #180BB7

Tints of Medium Blue #180BB7

Color information

#180BB7 (or 0x180BB7) is unknown color: approx Medium Blue. HEX triplet: 18, 0B and B7. RGB value is (24,11,183). Sum of RGB (Red+Green+Blue) = 24+11+183=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 183 (71.88% from 255 or 83.94% from 218); Max value from RGB is 183 - color contains mainly: blue. Hex color #180BB7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180BB7 is #E7F448. Grayscale: #212121. Windows color (decimal): -15201353 or 11995928. OLE color: 11995928.

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

Color convert

RGB2411183-
CMYK0.870.9400.28
HSL244.53º88.66%38.04%-
HSV(B)244.53º93.99%71.76%-
XYZ9.043.8545.07-
YUV34.5211.81120.51-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.01%
GREEN value IS 11 (4.69% from 255) = 5.05%
BLUE value IS 183 (71.88% from 255) = 83.94%
R=11.01%
G=5.05%
B=83.94%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal24111830.870.9400.28244.5388.6638.04
Hex18BB7575E01Cf55926
Octal301326712713603436513146
Binary1100010111011011110101111011110011100111101011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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