#171AB4

Color #171AB4 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #171AB4

Tints of Persian Blue #171AB4

Color information

#171AB4 (or 0x171AB4) is unknown color: approx Persian Blue. HEX triplet: 17, 1A and B4. RGB value is (23,26,180). Sum of RGB (Red+Green+Blue) = 23+26+180=229 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.04% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 180 (70.70% from 255 or 78.60% from 229); Max value from RGB is 180 - color contains mainly: blue. Hex color #171AB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171AB4 is #E8E54B. Grayscale: #2A2A2A. Windows color (decimal): -15263052 or 11803159. OLE color: 11803159.

HSL color Cylindrical-coordinate representation of color #171AB4: hue angle of 238.85º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #171AB4 is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2326180-
CMYK0.870.8600.29
HSL238.85º77.34%39.8%-
HSV(B)238.85º87.22%70.59%-
XYZ8.964.2243.52-
YUV42.66205.51113.98-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.04%
GREEN value IS 26 (10.55% from 255) = 11.35%
BLUE value IS 180 (70.70% from 255) = 78.60%
R=10.04%
G=11.35%
B=78.60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal23261800.870.8600.29238.8577.3439.8
Hex171AB4575601Def4d28
Octal273226412712603535711550
Binary10111110101011010010101111010110011101111011111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171AB4; }

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

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

<style>
 a { background-color: #171AB4; }

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

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

<style>
 span { border-color: #171AB4; }

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

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