#1725D0

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

Shades of Persian Blue #1725D0

Tints of Persian Blue #1725D0

Color information

#1725D0 (or 0x1725D0) is unknown color: approx Persian Blue. HEX triplet: 17, 25 and D0. RGB value is (23,37,208). Sum of RGB (Red+Green+Blue) = 23+37+208=268 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.58% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 208 (81.64% from 255 or 77.61% from 268); Max value from RGB is 208 - color contains mainly: blue. Hex color #1725D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1725D0 is #E8DA2F. Grayscale: #333333. Windows color (decimal): -15260208 or 13640983. OLE color: 13640983.

HSL color Cylindrical-coordinate representation of color #1725D0: hue angle of 235.46º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1725D0 is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2337208-
CMYK0.890.8200.18
HSL235.46º80.09%45.29%-
HSV(B)235.46º88.94%81.57%-
XYZ12.46.0660.19-
YUV52.31215.86107.1-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.58%
GREEN value IS 37 (14.84% from 255) = 13.81%
BLUE value IS 208 (81.64% from 255) = 77.61%
R=8.58%
G=13.81%
B=77.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal23372080.890.8200.18235.4680.0945.29
Hex1725D05952012eb502d
Octal274532013112202235312055
Binary101111001011101000010110011010010010010111010111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1725D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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