Html Css Color HEX #1726CD Persian Blue

📋 copy color: '#1726CD'

red 23 ◦ green 38 ◦ blue 205

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

Shades of Persian Blue #1726CD

Tints of Persian Blue #1726CD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.29%

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

R = 8.65%
G = 14.29%
B = 77.07%

CMYK

 C value IS 0.89

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1726CD (or 0x1726CD) is known color: Persian Blue. HEX triplet: 17, 26 and CD. RGB value is (23,38,205). Sum of RGB (Red+Green+Blue) = 23+38+205=266 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.65% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 205 (80.47% from 255 or 77.07% from 266); Max value from RGB is 205 - color contains mainly: blue. Hex color #1726CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1726CD is #E8D932. Grayscale: #333333. Windows color (decimal): -15259955 or 13444631. OLE color: 13444631.

HSL color Cylindrical-coordinate representation of color #1726CD: hue angle of 235.05º 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 #1726CD is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 23 38 205 -
CMYK 0.89 0.81 0 0.20
HSL 235.05º 0.8% 0.45% -
HSV(B) 235.05º 0.89% 0.8% -
XYZ 12.07 5.98 58.28 -
YUV 52.55 214.03 106.92 -
System Red Green Blue C M Y K H S L
Decimal 23 38 205 0.89 0.81 0 0.20 235.05 0.8 0.45
Hex 17 26 CD 59 51 0 14 EB 50 2D
Octal 27 46 315 131 121 0 24 353 120 55
Binary 10111 100110 11001101 1011001 1010001 0 10100 11101011 1010000 101101

Color Harmonies of #1726CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1726CD

Black with #1726CD

Text Example


Text Example

White with #1726CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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