Html Css Color HEX #1D29DB Persian Blue

📋 copy color: '#1D29DB'

red 29 ◦ green 41 ◦ blue 219

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

Shades of Persian Blue #1D29DB

Tints of Persian Blue #1D29DB

RGB

 RED value IS 29 (11.72% from 255) = 10.03%

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

 BLUE value IS 219 (85.94% from 255) = 75.78%

R = 10.03%
G = 14.19%
B = 75.78%

CMYK

 C value IS 0.87

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1D29DB (or 0x1D29DB) is known color: Persian Blue. HEX triplet: 1D, 29 and DB. RGB value is (29,41,219). Sum of RGB (Red+Green+Blue) = 29+41+219=289 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.03% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 219 (85.94% from 255 or 75.78% from 289); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D29DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D29DB is #E2D624. Grayscale: #383838. Windows color (decimal): -14865957 or 14362909. OLE color: 14362909.

HSL color Cylindrical-coordinate representation of color #1D29DB: hue angle of 236.21º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D29DB is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 29 41 219 -
CMYK 0.87 0.81 0 0.14
HSL 236.21º 0.77% 0.49% -
HSV(B) 236.21º 0.87% 0.86% -
XYZ 14.09 6.96 67.62 -
YUV 57.7 219.02 107.53 -
System Red Green Blue C M Y K H S L
Decimal 29 41 219 0.87 0.81 0 0.14 236.21 0.77 0.49
Hex 1D 29 DB 57 51 0 E EC 4D 31
Octal 35 51 333 127 121 0 16 354 115 61
Binary 11101 101001 11011011 1010111 1010001 0 1110 11101100 1001101 110001

Color Harmonies of #1D29DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D29DB

Black with #1D29DB

Text Example


Text Example

White with #1D29DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D29DB; }

 p { color: rgb(29,41,219); }

 H1.HeaderClassName
 {
   color: #1D29DB;
 }
 .AnyTagClassName
 {
   color: #1D29DB;
 }
</style>

background-color css

<style>
 a { background-color: #1D29DB; }

 a { background-color: rgb(29,41,219); }

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

border-color css

<style>
 span { border-color: #1D29DB; }

 span { border-color: rgb(29,41,219); }

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