Html Css Color HEX #1D29BA Persian Blue

📋 copy color: '#1D29BA'

red 29 ◦ green 41 ◦ blue 186

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

Shades of Persian Blue #1D29BA

Tints of Persian Blue #1D29BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 72.66%

R = 11.33%
G = 16.02%
B = 72.66%

CMYK

 C value IS 0.84

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1D29BA (or 0x1D29BA) is known color: Persian Blue. HEX triplet: 1D, 29 and BA. RGB value is (29,41,186). Sum of RGB (Red+Green+Blue) = 29+41+186=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D29BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D29BA is #E2D645. Grayscale: #353535. Windows color (decimal): -14865990 or 12200221. OLE color: 12200221.

HSL color Cylindrical-coordinate representation of color #1D29BA: hue angle of 235.41º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D29BA is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 41 186 -
CMYK 0.84 0.78 0 0.27
HSL 235.41º 0.73% 0.42% -
HSV(B) 235.41º 0.84% 0.73% -
XYZ 10.16 5.39 46.96 -
YUV 53.94 202.52 110.21 -
System Red Green Blue C M Y K H S L
Decimal 29 41 186 0.84 0.78 0 0.27 235.41 0.73 0.42
Hex 1D 29 BA 54 4E 0 1B EB 49 2A
Octal 35 51 272 124 116 0 33 353 111 52
Binary 11101 101001 10111010 1010100 1001110 0 11011 11101011 1001001 101010

Color Harmonies of #1D29BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D29BA

Black with #1D29BA

Text Example


Text Example

White with #1D29BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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