Html Css Color HEX #1725CD Persian Blue

📋 copy color: '#1725CD'

red 23 ◦ green 37 ◦ blue 205

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

Shades of Persian Blue #1725CD

Tints of Persian Blue #1725CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 77.36%

R = 8.68%
G = 13.96%
B = 77.36%

CMYK

 C value IS 0.89

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1725CD (or 0x1725CD) is known color: Persian Blue. HEX triplet: 17, 25 and CD. RGB value is (23,37,205). Sum of RGB (Red+Green+Blue) = 23+37+205=265 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.68% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 205 (80.47% from 255 or 77.36% from 265); Max value from RGB is 205 - color contains mainly: blue. Hex color #1725CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1725CD is #E8DA32. Grayscale: #333333. Windows color (decimal): -15260211 or 13444375. OLE color: 13444375.

HSL color Cylindrical-coordinate representation of color #1725CD: hue angle of 235.38º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1725CD is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 23 37 205 -
CMYK 0.89 0.82 0 0.20
HSL 235.38º 0.8% 0.45% -
HSV(B) 235.38º 0.89% 0.8% -
XYZ 12.03 5.91 58.26 -
YUV 51.97 214.36 107.34 -
System Red Green Blue C M Y K H S L
Decimal 23 37 205 0.89 0.82 0 0.20 235.38 0.8 0.45
Hex 17 25 CD 59 52 0 14 EB 50 2D
Octal 27 45 315 131 122 0 24 353 120 55
Binary 10111 100101 11001101 1011001 1010010 0 10100 11101011 1010000 101101

Color Harmonies of #1725CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1725CD

Black with #1725CD

Text Example


Text Example

White with #1725CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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