Html Css Color HEX #1E41BF Persian Blue

📋 copy color: '#1E41BF'

red 30 ◦ green 65 ◦ blue 191

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

Shades of Persian Blue #1E41BF

Tints of Persian Blue #1E41BF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.73%

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

R = 10.49%
G = 22.73%
B = 66.78%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1E41BF (or 0x1E41BF) is known color: Persian Blue. HEX triplet: 1E, 41 and BF. RGB value is (30,65,191). Sum of RGB (Red+Green+Blue) = 30+65+191=286 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.49% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 191 (75% from 255 or 66.78% from 286); Max value from RGB is 191 - color contains mainly: blue. Hex color #1E41BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E41BF is #E1BE40. Grayscale: #444444. Windows color (decimal): -14794305 or 12534046. OLE color: 12534046.

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

Color convert

RGB 30 65 191 -
CMYK 0.84 0.66 0 0.25
HSL 226.96º 0.73% 0.43% -
HSV(B) 226.96º 0.84% 0.75% -
XYZ 11.83 7.82 50.18 -
YUV 68.9 196.9 100.25 -
System Red Green Blue C M Y K H S L
Decimal 30 65 191 0.84 0.66 0 0.25 226.96 0.73 0.43
Hex 1E 41 BF 54 42 0 19 E3 49 2B
Octal 36 101 277 124 102 0 31 343 111 53
Binary 11110 1000001 10111111 1010100 1000010 0 11001 11100011 1001001 101011

Color Harmonies of #1E41BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E41BF

Black with #1E41BF

Text Example


Text Example

White with #1E41BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,65,191); }

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

background-color css

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

 a { background-color: rgb(30,65,191); }

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

border-color css

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

 span { border-color: rgb(30,65,191); }

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