Html Css Color HEX #1725BA Persian Blue

📋 copy color: '#1725BA'

red 23 ◦ green 37 ◦ blue 186

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

Shades of Persian Blue #1725BA

Tints of Persian Blue #1725BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 75.61%

R = 9.35%
G = 15.04%
B = 75.61%

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

#1725BA (or 0x1725BA) is known color: Persian Blue. HEX triplet: 17, 25 and BA. RGB value is (23,37,186). Sum of RGB (Red+Green+Blue) = 23+37+186=246 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.35% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 186 (73.05% from 255 or 75.61% from 246); Max value from RGB is 186 - color contains mainly: blue. Hex color #1725BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1725BA is #E8DA45. Grayscale: #313131. Windows color (decimal): -15260230 or 12199191. OLE color: 12199191.

HSL color Cylindrical-coordinate representation of color #1725BA: hue angle of 234.85º 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 #1725BA is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 23 37 186 -
CMYK 0.88 0.80 0 0.27
HSL 234.85º 0.78% 0.41% -
HSV(B) 234.85º 0.88% 0.73% -
XYZ 9.88 5.05 46.91 -
YUV 49.8 204.86 108.88 -
System Red Green Blue C M Y K H S L
Decimal 23 37 186 0.88 0.80 0 0.27 234.85 0.78 0.41
Hex 17 25 BA 58 50 0 1B EB 4E 29
Octal 27 45 272 130 120 0 33 353 116 51
Binary 10111 100101 10111010 1011000 1010000 0 11011 11101011 1001110 101001

Color Harmonies of #1725BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1725BA

Black with #1725BA

Text Example


Text Example

White with #1725BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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