Html Css Color HEX #1729CD Persian Blue

📋 copy color: '#1729CD'

red 23 ◦ green 41 ◦ blue 205

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

Shades of Persian Blue #1729CD

Tints of Persian Blue #1729CD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.24%

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

R = 8.55%
G = 15.24%
B = 76.21%

CMYK

 C value IS 0.89

 M value IS 0.8

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1729CD (or 0x1729CD) is known color: Persian Blue. HEX triplet: 17, 29 and CD. RGB value is (23,41,205). Sum of RGB (Red+Green+Blue) = 23+41+205=269 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.55% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 205 (80.47% from 255 or 76.21% from 269); Max value from RGB is 205 - color contains mainly: blue. Hex color #1729CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1729CD is #E8D632. Grayscale: #353535. Windows color (decimal): -15259187 or 13445399. OLE color: 13445399.

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

Color convert

RGB 23 41 205 -
CMYK 0.89 0.8 0 0.20
HSL 234.07º 0.8% 0.45% -
HSV(B) 234.07º 0.89% 0.8% -
XYZ 12.17 6.18 58.31 -
YUV 54.31 213.04 105.66 -
System Red Green Blue C M Y K H S L
Decimal 23 41 205 0.89 0.8 0 0.20 234.07 0.8 0.45
Hex 17 29 CD 59 50 0 14 EA 50 2D
Octal 27 51 315 131 120 0 24 352 120 55
Binary 10111 101001 11001101 1011001 1010000 0 10100 11101010 1010000 101101

Color Harmonies of #1729CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1729CD

Black with #1729CD

Text Example


Text Example

White with #1729CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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