Html Css Color HEX #1929CD Persian Blue

📋 copy color: '#1929CD'

red 25 ◦ green 41 ◦ blue 205

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

Shades of Persian Blue #1929CD

Tints of Persian Blue #1929CD

RGB

 RED value IS 25 (10.16% from 255) = 9.23%

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

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

R = 9.23%
G = 15.13%
B = 75.65%

CMYK

 C value IS 0.88

 M value IS 0.8

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1929CD (or 0x1929CD) is known color: Persian Blue. HEX triplet: 19, 29 and CD. RGB value is (25,41,205). Sum of RGB (Red+Green+Blue) = 25+41+205=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 205 (80.47% from 255 or 75.65% from 271); Max value from RGB is 205 - color contains mainly: blue. Hex color #1929CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1929CD is #E6D632. Grayscale: #363636. Windows color (decimal): -15128115 or 13445401. OLE color: 13445401.

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

Color convert

RGB 25 41 205 -
CMYK 0.88 0.8 0 0.20
HSL 234.67º 0.78% 0.45% -
HSV(B) 234.67º 0.88% 0.8% -
XYZ 12.21 6.2 58.31 -
YUV 54.91 212.7 106.66 -
System Red Green Blue C M Y K H S L
Decimal 25 41 205 0.88 0.8 0 0.20 234.67 0.78 0.45
Hex 19 29 CD 58 50 0 14 EB 4E 2D
Octal 31 51 315 130 120 0 24 353 116 55
Binary 11001 101001 11001101 1011000 1010000 0 10100 11101011 1001110 101101

Color Harmonies of #1929CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1929CD

Black with #1929CD

Text Example


Text Example

White with #1929CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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