#180FB5

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

Shades of Medium Blue #180FB5

Tints of Medium Blue #180FB5

Color information

#180FB5 (or 0x180FB5) is unknown color: approx Medium Blue. HEX triplet: 18, 0F and B5. RGB value is (24,15,181). Sum of RGB (Red+Green+Blue) = 24+15+181=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 181 (71.09% from 255 or 82.27% from 220); Max value from RGB is 181 - color contains mainly: blue. Hex color #180FB5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180FB5 is #E7F04A. Grayscale: #232323. Windows color (decimal): -15200331 or 11865880. OLE color: 11865880.

HSL color Cylindrical-coordinate representation of color #180FB5: hue angle of 243.25º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #180FB5 is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2415181-
CMYK0.870.9200.29
HSL243.25º84.69%38.43%-
HSV(B)243.25º91.71%70.98%-
XYZ8.893.8743.99-
YUV36.62209.48119-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.91%
GREEN value IS 15 (6.25% from 255) = 6.82%
BLUE value IS 181 (71.09% from 255) = 82.27%
R=10.91%
G=6.82%
B=82.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal24151810.870.9200.29243.2584.6938.43
Hex18FB5575C01Df35526
Octal301726512713403536312546
Binary1100011111011010110101111011100011101111100111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,15,181); }

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

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

 a { background-color: rgb(24,15,181); }

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

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

 span { border-color: rgb(24,15,181); }

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