#1A10B6

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

Shades of Medium Blue #1A10B6

Tints of Medium Blue #1A10B6

Color information

#1A10B6 (or 0x1A10B6) is unknown color: approx Medium Blue. HEX triplet: 1A, 10 and B6. RGB value is (26,16,182). Sum of RGB (Red+Green+Blue) = 26+16+182=224 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.61% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 182 (71.48% from 255 or 81.25% from 224); Max value from RGB is 182 - color contains mainly: blue. Hex color #1A10B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A10B6 is #E5EF49. Grayscale: #252525. Windows color (decimal): -15069002 or 11931674. OLE color: 11931674.

HSL color Cylindrical-coordinate representation of color #1A10B6: hue angle of 243.61º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A10B6 is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2616182-
CMYK0.860.9100.29
HSL243.61º83.84%38.82%-
HSV(B)243.61º91.21%71.37%-
XYZ9.053.9744.54-
YUV37.91209.31119.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.61%
GREEN value IS 16 (6.64% from 255) = 7.14%
BLUE value IS 182 (71.48% from 255) = 81.25%
R=11.61%
G=7.14%
B=81.25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal26161820.860.9100.29243.6183.8438.82
Hex1A10B6565B01Df45427
Octal322026612613303536412447
Binary11010100001011011010101101011011011101111101001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A10B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,16,182); }

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

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

 a { background-color: rgb(26,16,182); }

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

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

 span { border-color: rgb(26,16,182); }

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