Html Css Color HEX #1D2EE1 Persian Blue

📋 copy color: '#1D2EE1'

red 29 ◦ green 46 ◦ blue 225

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

Shades of Persian Blue #1D2EE1

Tints of Persian Blue #1D2EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 75%

R = 9.67%
G = 15.33%
B = 75%

CMYK

 C value IS 0.87

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1D2EE1 (or 0x1D2EE1) is known color: Persian Blue. HEX triplet: 1D, 2E and E1. RGB value is (29,46,225). Sum of RGB (Red+Green+Blue) = 29+46+225=300 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.67% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 225 (88.28% from 255 or 75% from 300); Max value from RGB is 225 - color contains mainly: blue. Hex color #1D2EE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2EE1 is #E2D11E. Grayscale: #3C3C3C. Windows color (decimal): -14864671 or 14757405. OLE color: 14757405.

HSL color Cylindrical-coordinate representation of color #1D2EE1: hue angle of 234.8º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D2EE1 is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 29 46 225 -
CMYK 0.87 0.80 0 0.12
HSL 234.8º 0.77% 0.5% -
HSV(B) 234.8º 0.87% 0.88% -
XYZ 15.07 7.65 71.92 -
YUV 61.32 220.37 104.95 -
System Red Green Blue C M Y K H S L
Decimal 29 46 225 0.87 0.80 0 0.12 234.8 0.77 0.5
Hex 1D 2E E1 57 50 0 C EB 4D 32
Octal 35 56 341 127 120 0 14 353 115 62
Binary 11101 101110 11100001 1010111 1010000 0 1100 11101011 1001101 110010

Color Harmonies of #1D2EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2EE1

Black with #1D2EE1

Text Example


Text Example

White with #1D2EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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