Html Css Color HEX #1725E5 Persian Blue

📋 copy color: '#1725E5'

red 23 ◦ green 37 ◦ blue 229

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

Shades of Persian Blue #1725E5

Tints of Persian Blue #1725E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 79.24%

R = 7.96%
G = 12.8%
B = 79.24%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#1725E5 (or 0x1725E5) is known color: Persian Blue. HEX triplet: 17, 25 and E5. RGB value is (23,37,229). Sum of RGB (Red+Green+Blue) = 23+37+229=289 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.96% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 229 (89.84% from 255 or 79.24% from 289); Max value from RGB is 229 - color contains mainly: blue. Hex color #1725E5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1725E5 is #E8DA1A. Grayscale: #353535. Windows color (decimal): -15260187 or 15017239. OLE color: 15017239.

HSL color Cylindrical-coordinate representation of color #1725E5: hue angle of 235.92º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1725E5 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 23 37 229 -
CMYK 0.90 0.84 0 0.10
HSL 235.92º 0.82% 0.49% -
HSV(B) 235.92º 0.9% 0.9% -
XYZ 15.16 7.16 74.71 -
YUV 54.7 226.36 105.39 -
System Red Green Blue C M Y K H S L
Decimal 23 37 229 0.90 0.84 0 0.10 235.92 0.82 0.49
Hex 17 25 E5 5A 54 0 A EC 52 31
Octal 27 45 345 132 124 0 12 354 122 61
Binary 10111 100101 11100101 1011010 1010100 0 1010 11101100 1010010 110001

Color Harmonies of #1725E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1725E5

Black with #1725E5

Text Example


Text Example

White with #1725E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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