Html Css Color HEX #1D2EBF Persian Blue

📋 copy color: '#1D2EBF'

red 29 ◦ green 46 ◦ blue 191

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

Shades of Persian Blue #1D2EBF

Tints of Persian Blue #1D2EBF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.29%

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

R = 10.9%
G = 17.29%
B = 71.8%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1D2EBF (or 0x1D2EBF) is known color: Persian Blue. HEX triplet: 1D, 2E and BF. RGB value is (29,46,191). Sum of RGB (Red+Green+Blue) = 29+46+191=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 46 (18.36% from 255 or 17.29% from 266); Blue value is 191 (75% from 255 or 71.80% from 266); Max value from RGB is 191 - color contains mainly: blue. Hex color #1D2EBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2EBF is #E2D140. Grayscale: #383838. Windows color (decimal): -14864705 or 12529181. OLE color: 12529181.

HSL color Cylindrical-coordinate representation of color #1D2EBF: hue angle of 233.7º 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 #1D2EBF is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 29 46 191 -
CMYK 0.85 0.76 0 0.25
HSL 233.7º 0.74% 0.43% -
HSV(B) 233.7º 0.85% 0.75% -
XYZ 10.89 5.98 49.87 -
YUV 57.45 203.37 107.71 -
System Red Green Blue C M Y K H S L
Decimal 29 46 191 0.85 0.76 0 0.25 233.7 0.74 0.43
Hex 1D 2E BF 55 4C 0 19 EA 4A 2B
Octal 35 56 277 125 114 0 31 352 112 53
Binary 11101 101110 10111111 1010101 1001100 0 11001 11101010 1001010 101011

Color Harmonies of #1D2EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2EBF

Black with #1D2EBF

Text Example


Text Example

White with #1D2EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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