Html Css Color HEX #1E41BD Persian Blue

📋 copy color: '#1E41BD'

red 30 ◦ green 65 ◦ blue 189

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

Shades of Persian Blue #1E41BD

Tints of Persian Blue #1E41BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 66.55%

R = 10.56%
G = 22.89%
B = 66.55%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1E41BD (or 0x1E41BD) is known color: Persian Blue. HEX triplet: 1E, 41 and BD. RGB value is (30,65,189). Sum of RGB (Red+Green+Blue) = 30+65+189=284 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.56% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 189 (74.22% from 255 or 66.55% from 284); Max value from RGB is 189 - color contains mainly: blue. Hex color #1E41BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E41BD is #E1BE42. Grayscale: #444444. Windows color (decimal): -14794307 or 12402974. OLE color: 12402974.

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

Color convert

RGB 30 65 189 -
CMYK 0.84 0.66 0 0.26
HSL 226.79º 0.73% 0.43% -
HSV(B) 226.79º 0.84% 0.74% -
XYZ 11.61 7.73 49.02 -
YUV 68.67 195.9 100.42 -
System Red Green Blue C M Y K H S L
Decimal 30 65 189 0.84 0.66 0 0.26 226.79 0.73 0.43
Hex 1E 41 BD 54 42 0 1A E3 49 2B
Octal 36 101 275 124 102 0 32 343 111 53
Binary 11110 1000001 10111101 1010100 1000010 0 11010 11100011 1001001 101011

Color Harmonies of #1E41BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E41BD

Black with #1E41BD

Text Example


Text Example

White with #1E41BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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