#1725D6

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

Shades of Persian Blue #1725D6

Tints of Persian Blue #1725D6

Color information

#1725D6 (or 0x1725D6) is unknown color: approx Persian Blue. HEX triplet: 17, 25 and D6. RGB value is (23,37,214). Sum of RGB (Red+Green+Blue) = 23+37+214=274 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.39% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 214 (83.98% from 255 or 78.10% from 274); Max value from RGB is 214 - color contains mainly: blue. Hex color #1725D6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1725D6 is #E8DA29. Grayscale: #343434. Windows color (decimal): -15260202 or 14034199. OLE color: 14034199.

HSL color Cylindrical-coordinate representation of color #1725D6: hue angle of 235.6º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1725D6 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2337214-
CMYK0.890.8300.16
HSL235.6º80.59%46.47%-
HSV(B)235.6º89.25%83.92%-
XYZ13.156.3664.15-
YUV52.99218.86106.61-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.39%
GREEN value IS 37 (14.84% from 255) = 13.50%
BLUE value IS 214 (83.98% from 255) = 78.10%
R=8.39%
G=13.50%
B=78.10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal23372140.890.8300.16235.680.5946.47
Hex1725D65953010ec512e
Octal274532613112302035412156
Binary101111001011101011010110011010011010000111011001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1725D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1725D6; }

 p { color: rgb(23,37,214); }

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

<style>
 a { background-color: #1725D6; }

 a { background-color: rgb(23,37,214); }

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

<style>
 span { border-color: #1725D6; }

 span { border-color: rgb(23,37,214); }

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