Html Css Color HEX #1D2ABF Persian Blue

📋 copy color: '#1D2ABF'

red 29 ◦ green 42 ◦ blue 191

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

Shades of Persian Blue #1D2ABF

Tints of Persian Blue #1D2ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 72.9%

R = 11.07%
G = 16.03%
B = 72.9%

CMYK

 C value IS 0.85

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1D2ABF (or 0x1D2ABF) is known color: Persian Blue. HEX triplet: 1D, 2A and BF. RGB value is (29,42,191). Sum of RGB (Red+Green+Blue) = 29+42+191=262 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.07% from 262); Green value is 42 (16.80% from 255 or 16.03% from 262); Blue value is 191 (75% from 255 or 72.90% from 262); Max value from RGB is 191 - color contains mainly: blue. Hex color #1D2ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2ABF is #E2D540. Grayscale: #363636. Windows color (decimal): -14865729 or 12528157. OLE color: 12528157.

HSL color Cylindrical-coordinate representation of color #1D2ABF: hue angle of 235.19º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D2ABF is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 29 42 191 -
CMYK 0.85 0.78 0 0.25
HSL 235.19º 0.74% 0.43% -
HSV(B) 235.19º 0.85% 0.75% -
XYZ 10.74 5.68 49.82 -
YUV 55.1 204.69 109.38 -
System Red Green Blue C M Y K H S L
Decimal 29 42 191 0.85 0.78 0 0.25 235.19 0.74 0.43
Hex 1D 2A BF 55 4E 0 19 EB 4A 2B
Octal 35 52 277 125 116 0 31 353 112 53
Binary 11101 101010 10111111 1010101 1001110 0 11001 11101011 1001010 101011

Color Harmonies of #1D2ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2ABF

Black with #1D2ABF

Text Example


Text Example

White with #1D2ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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