Html Css Color HEX #1D2AAF Persian Blue

📋 copy color: '#1D2AAF'

red 29 ◦ green 42 ◦ blue 175

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

Shades of Persian Blue #1D2AAF

Tints of Persian Blue #1D2AAF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.07%

 BLUE value IS 175 (68.75% from 255) = 71.14%

R = 11.79%
G = 17.07%
B = 71.14%

CMYK

 C value IS 0.83

 M value IS 0.76

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1D2AAF (or 0x1D2AAF) is known color: Persian Blue. HEX triplet: 1D, 2A and AF. RGB value is (29,42,175). Sum of RGB (Red+Green+Blue) = 29+42+175=246 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.79% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 175 (68.75% from 255 or 71.14% from 246); Max value from RGB is 175 - color contains mainly: blue. Hex color #1D2AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2AAF is #E2D550. Grayscale: #343434. Windows color (decimal): -14865745 or 11479581. OLE color: 11479581.

HSL color Cylindrical-coordinate representation of color #1D2AAF: hue angle of 234.66º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D2AAF is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 29 42 175 -
CMYK 0.83 0.76 0 0.31
HSL 234.66º 0.72% 0.4% -
HSV(B) 234.66º 0.83% 0.69% -
XYZ 9.07 5.01 41.05 -
YUV 53.28 196.69 110.69 -
System Red Green Blue C M Y K H S L
Decimal 29 42 175 0.83 0.76 0 0.31 234.66 0.72 0.4
Hex 1D 2A AF 53 4C 0 1F EB 48 28
Octal 35 52 257 123 114 0 37 353 110 50
Binary 11101 101010 10101111 1010011 1001100 0 11111 11101011 1001000 101000

Color Harmonies of #1D2AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2AAF

Black with #1D2AAF

Text Example


Text Example

White with #1D2AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,42,175); }

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

background-color css

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

 a { background-color: rgb(29,42,175); }

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

border-color css

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

 span { border-color: rgb(29,42,175); }

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