#1A15B8

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

Shades of Medium Blue #1A15B8

Tints of Medium Blue #1A15B8

Color information

#1A15B8 (or 0x1A15B8) is unknown color: approx Medium Blue. HEX triplet: 1A, 15 and B8. RGB value is (26,21,184). Sum of RGB (Red+Green+Blue) = 26+21+184=231 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.26% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 184 (72.27% from 255 or 79.65% from 231); Max value from RGB is 184 - color contains mainly: blue. Hex color #1A15B8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A15B8 is #E5EA47. Grayscale: #282828. Windows color (decimal): -15067720 or 12064026. OLE color: 12064026.

HSL color Cylindrical-coordinate representation of color #1A15B8: hue angle of 241.84º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A15B8 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB2621184-
CMYK0.860.8900.28
HSL241.84º79.51%40.2%-
HSV(B)241.84º88.59%72.16%-
XYZ9.354.2245.67-
YUV41.08208.66117.25-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.26%
GREEN value IS 21 (8.59% from 255) = 9.09%
BLUE value IS 184 (72.27% from 255) = 79.65%
R=11.26%
G=9.09%
B=79.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal26211840.860.8900.28241.8479.5140.2
Hex1A15B8565901Cf25028
Octal322527012613103436212050
Binary11010101011011100010101101011001011100111100101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A15B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A15B8; }

 p { color: rgb(26,21,184); }

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

<style>
 a { background-color: #1A15B8; }

 a { background-color: rgb(26,21,184); }

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

<style>
 span { border-color: #1A15B8; }

 span { border-color: rgb(26,21,184); }

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