Html Css Color HEX #1725BD Persian Blue

📋 copy color: '#1725BD'

red 23 ◦ green 37 ◦ blue 189

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

Shades of Persian Blue #1725BD

Tints of Persian Blue #1725BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 75.9%

R = 9.24%
G = 14.86%
B = 75.9%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1725BD (or 0x1725BD) is known color: Persian Blue. HEX triplet: 17, 25 and BD. RGB value is (23,37,189). Sum of RGB (Red+Green+Blue) = 23+37+189=249 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.24% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 189 (74.22% from 255 or 75.90% from 249); Max value from RGB is 189 - color contains mainly: blue. Hex color #1725BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1725BD is #E8DA42. Grayscale: #313131. Windows color (decimal): -15260227 or 12395799. OLE color: 12395799.

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

Color convert

RGB 23 37 189 -
CMYK 0.88 0.80 0 0.26
HSL 234.94º 0.78% 0.42% -
HSV(B) 234.94º 0.88% 0.74% -
XYZ 10.2 5.18 48.61 -
YUV 50.14 206.36 108.64 -
System Red Green Blue C M Y K H S L
Decimal 23 37 189 0.88 0.80 0 0.26 234.94 0.78 0.42
Hex 17 25 BD 58 50 0 1A EB 4E 2A
Octal 27 45 275 130 120 0 32 353 116 52
Binary 10111 100101 10111101 1011000 1010000 0 11010 11101011 1001110 101010

Color Harmonies of #1725BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1725BD

Black with #1725BD

Text Example


Text Example

White with #1725BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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