Html Css Color HEX #1E2BD1 Persian Blue

📋 copy color: '#1E2BD1'

red 30 ◦ green 43 ◦ blue 209

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

Shades of Persian Blue #1E2BD1

Tints of Persian Blue #1E2BD1

RGB

 RED value IS 30 (12.11% from 255) = 10.64%

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

 BLUE value IS 209 (82.03% from 255) = 74.11%

R = 10.64%
G = 15.25%
B = 74.11%

CMYK

 C value IS 0.86

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1E2BD1 (or 0x1E2BD1) is known color: Persian Blue. HEX triplet: 1E, 2B and D1. RGB value is (30,43,209). Sum of RGB (Red+Green+Blue) = 30+43+209=282 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.64% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 209 (82.03% from 255 or 74.11% from 282); Max value from RGB is 209 - color contains mainly: blue. Hex color #1E2BD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E2BD1 is #E1D42E. Grayscale: #393939. Windows color (decimal): -14799919 or 13708062. OLE color: 13708062.

HSL color Cylindrical-coordinate representation of color #1E2BD1: hue angle of 235.64º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E2BD1 is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 30 43 209 -
CMYK 0.86 0.79 0 0.18
HSL 235.64º 0.75% 0.47% -
HSV(B) 235.64º 0.86% 0.82% -
XYZ 12.91 6.61 60.92 -
YUV 58.04 213.19 108 -
System Red Green Blue C M Y K H S L
Decimal 30 43 209 0.86 0.79 0 0.18 235.64 0.75 0.47
Hex 1E 2B D1 56 4F 0 12 EC 4B 2F
Octal 36 53 321 126 117 0 22 354 113 57
Binary 11110 101011 11010001 1010110 1001111 0 10010 11101100 1001011 101111

Color Harmonies of #1E2BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2BD1

Black with #1E2BD1

Text Example


Text Example

White with #1E2BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,43,209); }

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

background-color css

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

 a { background-color: rgb(30,43,209); }

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

border-color css

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

 span { border-color: rgb(30,43,209); }

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