Html Css Color HEX #1725B9 Persian Blue

📋 copy color: '#1725B9'

red 23 ◦ green 37 ◦ blue 185

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

Shades of Persian Blue #1725B9

Tints of Persian Blue #1725B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 75.51%

R = 9.39%
G = 15.1%
B = 75.51%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1725B9 (or 0x1725B9) is known color: Persian Blue. HEX triplet: 17, 25 and B9. RGB value is (23,37,185). Sum of RGB (Red+Green+Blue) = 23+37+185=245 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.39% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 185 (72.66% from 255 or 75.51% from 245); Max value from RGB is 185 - color contains mainly: blue. Hex color #1725B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1725B9 is #E8DA46. Grayscale: #313131. Windows color (decimal): -15260231 or 12133655. OLE color: 12133655.

HSL color Cylindrical-coordinate representation of color #1725B9: hue angle of 234.81º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1725B9 is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 23 37 185 -
CMYK 0.88 0.80 0 0.27
HSL 234.81º 0.78% 0.41% -
HSV(B) 234.81º 0.88% 0.73% -
XYZ 9.77 5.01 46.35 -
YUV 49.69 204.36 108.97 -
System Red Green Blue C M Y K H S L
Decimal 23 37 185 0.88 0.80 0 0.27 234.81 0.78 0.41
Hex 17 25 B9 58 50 0 1B EB 4E 29
Octal 27 45 271 130 120 0 33 353 116 51
Binary 10111 100101 10111001 1011000 1010000 0 11011 11101011 1001110 101001

Color Harmonies of #1725B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1725B9

Black with #1725B9

Text Example


Text Example

White with #1725B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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