#172FDB

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

Shades of Persian Blue #172FDB

Tints of Persian Blue #172FDB

Color information

#172FDB (or 0x172FDB) is unknown color: approx Persian Blue. HEX triplet: 17, 2F and DB. RGB value is (23,47,219). Sum of RGB (Red+Green+Blue) = 23+47+219=289 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.96% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 219 (85.94% from 255 or 75.78% from 289); Max value from RGB is 219 - color contains mainly: blue. Hex color #172FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172FDB is #E8D024. Grayscale: #3A3A3A. Windows color (decimal): -15257637 or 14364439. OLE color: 14364439.

HSL color Cylindrical-coordinate representation of color #172FDB: hue angle of 232.65º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #172FDB is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB2347219-
CMYK0.890.7900.14
HSL232.65º80.99%47.45%-
HSV(B)232.65º89.5%85.88%-
XYZ14.167.3367.69-
YUV59.43218.05102.01-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.96%
GREEN value IS 47 (18.75% from 255) = 16.26%
BLUE value IS 219 (85.94% from 255) = 75.78%
R=7.96%
G=16.26%
B=75.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal23472190.890.7900.14232.6580.9947.45
Hex172FDB594F0Ee9512f
Octal275733313111701635112157
Binary10111101111110110111011001100111101110111010011010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172FDB; }

 p { color: rgb(23,47,219); }

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

<style>
 a { background-color: #172FDB; }

 a { background-color: rgb(23,47,219); }

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

<style>
 span { border-color: #172FDB; }

 span { border-color: rgb(23,47,219); }

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