Html Css Color HEX #1725CE Persian Blue

📋 copy color: '#1725CE'

red 23 ◦ green 37 ◦ blue 206

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

Shades of Persian Blue #1725CE

Tints of Persian Blue #1725CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 77.44%

R = 8.65%
G = 13.91%
B = 77.44%

CMYK

 C value IS 0.89

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1725CE (or 0x1725CE) is known color: Persian Blue. HEX triplet: 17, 25 and CE. RGB value is (23,37,206). Sum of RGB (Red+Green+Blue) = 23+37+206=266 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.65% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 206 (80.86% from 255 or 77.44% from 266); Max value from RGB is 206 - color contains mainly: blue. Hex color #1725CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1725CE is #E8DA31. Grayscale: #333333. Windows color (decimal): -15260210 or 13509911. OLE color: 13509911.

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

Color convert

RGB 23 37 206 -
CMYK 0.89 0.82 0 0.19
HSL 235.41º 0.8% 0.45% -
HSV(B) 235.41º 0.89% 0.81% -
XYZ 12.16 5.96 58.9 -
YUV 52.08 214.86 107.26 -
System Red Green Blue C M Y K H S L
Decimal 23 37 206 0.89 0.82 0 0.19 235.41 0.8 0.45
Hex 17 25 CE 59 52 0 13 EB 50 2D
Octal 27 45 316 131 122 0 23 353 120 55
Binary 10111 100101 11001110 1011001 1010010 0 10011 11101011 1010000 101101

Color Harmonies of #1725CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1725CE

Black with #1725CE

Text Example


Text Example

White with #1725CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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