Html Css Color HEX #1E32BE Persian Blue

📋 copy color: '#1E32BE'

red 30 ◦ green 50 ◦ blue 190

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

Shades of Persian Blue #1E32BE

Tints of Persian Blue #1E32BE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.52%

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

R = 11.11%
G = 18.52%
B = 70.37%

CMYK

 C value IS 0.84

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1E32BE (or 0x1E32BE) is known color: Persian Blue. HEX triplet: 1E, 32 and BE. RGB value is (30,50,190). Sum of RGB (Red+Green+Blue) = 30+50+190=270 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.11% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 190 (74.61% from 255 or 70.37% from 270); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E32BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E32BE is #E1CD41. Grayscale: #3B3B3B. Windows color (decimal): -14798146 or 12464670. OLE color: 12464670.

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

Color convert

RGB 30 50 190 -
CMYK 0.84 0.74 0 0.25
HSL 232.5º 0.73% 0.43% -
HSV(B) 232.5º 0.84% 0.75% -
XYZ 10.97 6.27 49.35 -
YUV 59.98 201.37 106.62 -
System Red Green Blue C M Y K H S L
Decimal 30 50 190 0.84 0.74 0 0.25 232.5 0.73 0.43
Hex 1E 32 BE 54 4A 0 19 E8 49 2B
Octal 36 62 276 124 112 0 31 350 111 53
Binary 11110 110010 10111110 1010100 1001010 0 11001 11101000 1001001 101011

Color Harmonies of #1E32BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E32BE

Black with #1E32BE

Text Example


Text Example

White with #1E32BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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