Html Css Color HEX #1E46BE Persian Blue

📋 copy color: '#1E46BE'

red 30 ◦ green 70 ◦ blue 190

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

Shades of Persian Blue #1E46BE

Tints of Persian Blue #1E46BE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.14%

 BLUE value IS 190 (74.61% from 255) = 65.52%

R = 10.34%
G = 24.14%
B = 65.52%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1E46BE (or 0x1E46BE) is known color: Persian Blue. HEX triplet: 1E, 46 and BE. RGB value is (30,70,190). Sum of RGB (Red+Green+Blue) = 30+70+190=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E46BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E46BE is #E1B941. Grayscale: #474747. Windows color (decimal): -14793026 or 12469790. OLE color: 12469790.

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

Color convert

RGB 30 70 190 -
CMYK 0.84 0.63 0 0.25
HSL 225º 0.73% 0.43% -
HSV(B) 225º 0.84% 0.75% -
XYZ 12.02 8.37 49.7 -
YUV 71.72 194.75 98.24 -
System Red Green Blue C M Y K H S L
Decimal 30 70 190 0.84 0.63 0 0.25 225 0.73 0.43
Hex 1E 46 BE 54 3F 0 19 E1 49 2B
Octal 36 106 276 124 77 0 31 341 111 53
Binary 11110 1000110 10111110 1010100 111111 0 11001 11100001 1001001 101011

Color Harmonies of #1E46BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E46BE

Black with #1E46BE

Text Example


Text Example

White with #1E46BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,70,190); }

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

background-color css

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

 a { background-color: rgb(30,70,190); }

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

border-color css

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

 span { border-color: rgb(30,70,190); }

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