#1725DB

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

Shades of Persian Blue #1725DB

Tints of Persian Blue #1725DB

Color information

#1725DB (or 0x1725DB) is unknown color: approx Persian Blue. HEX triplet: 17, 25 and DB. RGB value is (23,37,219). Sum of RGB (Red+Green+Blue) = 23+37+219=279 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.24% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 219 (85.94% from 255 or 78.49% from 279); Max value from RGB is 219 - color contains mainly: blue. Hex color #1725DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1725DB is #E8DA24. Grayscale: #343434. Windows color (decimal): -15260197 or 14361879. OLE color: 14361879.

HSL color Cylindrical-coordinate representation of color #1725DB: hue angle of 235.71º 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 #1725DB is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB2337219-
CMYK0.890.8300.14
HSL235.71º80.99%47.45%-
HSV(B)235.71º89.5%85.88%-
XYZ13.86.6267.57-
YUV53.56221.36106.2-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.24%
GREEN value IS 37 (14.84% from 255) = 13.26%
BLUE value IS 219 (85.94% from 255) = 78.49%
R=8.24%
G=13.26%
B=78.49%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal23372190.890.8300.14235.7180.9947.45
Hex1725DB59530Eec512f
Octal274533313112301635412157
Binary10111100101110110111011001101001101110111011001010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1725DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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