Html Css Color HEX #1D2BAF Persian Blue

📋 copy color: '#1D2BAF'

red 29 ◦ green 43 ◦ blue 175

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

Shades of Persian Blue #1D2BAF

Tints of Persian Blue #1D2BAF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.41%

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

R = 11.74%
G = 17.41%
B = 70.85%

CMYK

 C value IS 0.83

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1D2BAF (or 0x1D2BAF) is known color: Persian Blue. HEX triplet: 1D, 2B and AF. RGB value is (29,43,175). Sum of RGB (Red+Green+Blue) = 29+43+175=247 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.74% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 175 (68.75% from 255 or 70.85% from 247); Max value from RGB is 175 - color contains mainly: blue. Hex color #1D2BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2BAF is #E2D450. Grayscale: #353535. Windows color (decimal): -14865489 or 11479837. OLE color: 11479837.

HSL color Cylindrical-coordinate representation of color #1D2BAF: hue angle of 234.25º 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 #1D2BAF is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 29 43 175 -
CMYK 0.83 0.75 0 0.31
HSL 234.25º 0.72% 0.4% -
HSV(B) 234.25º 0.83% 0.69% -
XYZ 9.11 5.08 41.06 -
YUV 53.86 196.36 110.27 -
System Red Green Blue C M Y K H S L
Decimal 29 43 175 0.83 0.75 0 0.31 234.25 0.72 0.4
Hex 1D 2B AF 53 4B 0 1F EA 48 28
Octal 35 53 257 123 113 0 37 352 110 50
Binary 11101 101011 10101111 1010011 1001011 0 11111 11101010 1001000 101000

Color Harmonies of #1D2BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2BAF

Black with #1D2BAF

Text Example


Text Example

White with #1D2BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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