#1A0FB8

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

Shades of Medium Blue #1A0FB8

Tints of Medium Blue #1A0FB8

Color information

#1A0FB8 (or 0x1A0FB8) is unknown color: approx Medium Blue. HEX triplet: 1A, 0F and B8. RGB value is (26,15,184). Sum of RGB (Red+Green+Blue) = 26+15+184=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 184 (72.27% from 255 or 81.78% from 225); Max value from RGB is 184 - color contains mainly: blue. Hex color #1A0FB8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A0FB8 is #E5F047. Grayscale: #242424. Windows color (decimal): -15069256 or 12062490. OLE color: 12062490.

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

Color convert

RGB2615184-
CMYK0.860.9200.28
HSL243.91º84.92%39.02%-
HSV(B)243.91º91.85%72.16%-
XYZ9.254.0245.64-
YUV37.56210.64119.76-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.56%
GREEN value IS 15 (6.25% from 255) = 6.67%
BLUE value IS 184 (72.27% from 255) = 81.78%
R=11.56%
G=6.67%
B=81.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal26151840.860.9200.28243.9184.9239.02
Hex1AFB8565C01Cf45527
Octal321727012613403436412547
Binary1101011111011100010101101011100011100111101001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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