#1725CB

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

Shades of Persian Blue #1725CB

Tints of Persian Blue #1725CB

Color information

#1725CB (or 0x1725CB) is unknown color: approx Persian Blue. HEX triplet: 17, 25 and CB. RGB value is (23,37,203). Sum of RGB (Red+Green+Blue) = 23+37+203=263 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.75% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 203 (79.69% from 255 or 77.19% from 263); Max value from RGB is 203 - color contains mainly: blue. Hex color #1725CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1725CB is #E8DA34. Grayscale: #333333. Windows color (decimal): -15260213 or 13313303. OLE color: 13313303.

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

Color convert

RGB2337203-
CMYK0.890.8200.20
HSL235.33º79.65%44.31%-
HSV(B)235.33º88.67%79.61%-
XYZ11.795.8257-
YUV51.74213.36107.5-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.75%
GREEN value IS 37 (14.84% from 255) = 14.07%
BLUE value IS 203 (79.69% from 255) = 77.19%
R=8.75%
G=14.07%
B=77.19%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal23372030.890.8200.20235.3379.6544.31
Hex1725CB5952014eb502c
Octal274531313112202435312054
Binary101111001011100101110110011010010010100111010111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1725CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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