Html Css Color HEX #1725B5 Persian Blue

📋 copy color: '#1725B5'

red 23 ◦ green 37 ◦ blue 181

#1725B5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #1725B5

Tints of Persian Blue #1725B5

RGB

 RED value IS 23 (9.38% from 255) = 9.54%

 GREEN value IS 37 (14.84% from 255) = 15.35%

 BLUE value IS 181 (71.09% from 255) = 75.1%

R = 9.54%
G = 15.35%
B = 75.1%

CMYK

 C value IS 0.87

 M value IS 0.80

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1725B5 (or 0x1725B5) is known color: Persian Blue. HEX triplet: 17, 25 and B5. RGB value is (23,37,181). Sum of RGB (Red+Green+Blue) = 23+37+181=241 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.54% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 181 (71.09% from 255 or 75.10% from 241); Max value from RGB is 181 - color contains mainly: blue. Hex color #1725B5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1725B5 is #E8DA4A. Grayscale: #303030. Windows color (decimal): -15260235 or 11871511. OLE color: 11871511.

HSL color Cylindrical-coordinate representation of color #1725B5: hue angle of 234.68º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1725B5 is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 23 37 181 -
CMYK 0.87 0.80 0 0.29
HSL 234.68º 0.77% 0.4% -
HSV(B) 234.68º 0.87% 0.71% -
XYZ 9.36 4.84 44.16 -
YUV 49.23 202.36 109.29 -
System Red Green Blue C M Y K H S L
Decimal 23 37 181 0.87 0.80 0 0.29 234.68 0.77 0.4
Hex 17 25 B5 57 50 0 1D EB 4D 28
Octal 27 45 265 127 120 0 35 353 115 50
Binary 10111 100101 10110101 1010111 1010000 0 11101 11101011 1001101 101000

Color Harmonies of #1725B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1725B5

Black with #1725B5

Text Example


Text Example

White with #1725B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1725B5;
 }
 .AnyTagClassName
 {
   color: #1725B5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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