#1A17C8

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

Shades of Medium Blue #1A17C8

Tints of Medium Blue #1A17C8

Color information

#1A17C8 (or 0x1A17C8) is unknown color: approx Medium Blue. HEX triplet: 1A, 17 and C8. RGB value is (26,23,200). Sum of RGB (Red+Green+Blue) = 26+23+200=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 200 (78.52% from 255 or 80.32% from 249); Max value from RGB is 200 - color contains mainly: blue. Hex color #1A17C8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A17C8 is #E5E837. Grayscale: #2B2B2B. Windows color (decimal): -15067192 or 13113114. OLE color: 13113114.

HSL color Cylindrical-coordinate representation of color #1A17C8: hue angle of 241.02º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A17C8 is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2623200-
CMYK0.870.8800.22
HSL241.02º79.37%43.73%-
HSV(B)241.02º88.5%78.43%-
XYZ11.16555.02-
YUV44.08215.99115.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.44%
GREEN value IS 23 (9.38% from 255) = 9.24%
BLUE value IS 200 (78.52% from 255) = 80.32%
R=10.44%
G=9.24%
B=80.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal26232000.870.8800.22241.0279.3743.73
Hex1A17C85758016f14f2c
Octal322731012713002636111754
Binary11010101111100100010101111011000010110111100011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A17C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,23,200); }

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

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

 a { background-color: rgb(26,23,200); }

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

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

 span { border-color: rgb(26,23,200); }

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