Html Css Color HEX #1929D1 Persian Blue

📋 copy color: '#1929D1'

red 25 ◦ green 41 ◦ blue 209

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

Shades of Persian Blue #1929D1

Tints of Persian Blue #1929D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 76%

R = 9.09%
G = 14.91%
B = 76%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1929D1 (or 0x1929D1) is known color: Persian Blue. HEX triplet: 19, 29 and D1. RGB value is (25,41,209). Sum of RGB (Red+Green+Blue) = 25+41+209=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 209 (82.03% from 255 or 76% from 275); Max value from RGB is 209 - color contains mainly: blue. Hex color #1929D1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1929D1 is #E6D62E. Grayscale: #363636. Windows color (decimal): -15128111 or 13707545. OLE color: 13707545.

HSL color Cylindrical-coordinate representation of color #1929D1: hue angle of 234.78º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1929D1 is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 25 41 209 -
CMYK 0.88 0.80 0 0.18
HSL 234.78º 0.79% 0.46% -
HSV(B) 234.78º 0.88% 0.82% -
XYZ 12.7 6.4 60.89 -
YUV 55.37 214.7 106.34 -
System Red Green Blue C M Y K H S L
Decimal 25 41 209 0.88 0.80 0 0.18 234.78 0.79 0.46
Hex 19 29 D1 58 50 0 12 EB 4F 2E
Octal 31 51 321 130 120 0 22 353 117 56
Binary 11001 101001 11010001 1011000 1010000 0 10010 11101011 1001111 101110

Color Harmonies of #1929D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1929D1

Black with #1929D1

Text Example


Text Example

White with #1929D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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