Html Css Color HEX #1D44AE Persian Blue

📋 copy color: '#1D44AE'

red 29 ◦ green 68 ◦ blue 174

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

Shades of Persian Blue #1D44AE

Tints of Persian Blue #1D44AE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.09%

 BLUE value IS 174 (68.36% from 255) = 64.21%

R = 10.7%
G = 25.09%
B = 64.21%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1D44AE (or 0x1D44AE) is known color: Persian Blue. HEX triplet: 1D, 44 and AE. RGB value is (29,68,174). Sum of RGB (Red+Green+Blue) = 29+68+174=271 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.70% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #1D44AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D44AE is #E2BB51. Grayscale: #434343. Windows color (decimal): -14859090 or 11420701. OLE color: 11420701.

HSL color Cylindrical-coordinate representation of color #1D44AE: hue angle of 223.86º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D44AE is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 29 68 174 -
CMYK 0.83 0.61 0 0.32
HSL 223.86º 0.71% 0.4% -
HSV(B) 223.86º 0.83% 0.68% -
XYZ 10.21 7.45 40.94 -
YUV 68.42 187.58 99.88 -
System Red Green Blue C M Y K H S L
Decimal 29 68 174 0.83 0.61 0 0.32 223.86 0.71 0.4
Hex 1D 44 AE 53 3D 0 20 E0 47 28
Octal 35 104 256 123 75 0 40 340 107 50
Binary 11101 1000100 10101110 1010011 111101 0 100000 11100000 1000111 101000

Color Harmonies of #1D44AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D44AE

Black with #1D44AE

Text Example


Text Example

White with #1D44AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,68,174); }

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

background-color css

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

 a { background-color: rgb(29,68,174); }

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

border-color css

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

 span { border-color: rgb(29,68,174); }

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