Html Css Color HEX #1E3EBE Persian Blue

📋 copy color: '#1E3EBE'

red 30 ◦ green 62 ◦ blue 190

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

Shades of Persian Blue #1E3EBE

Tints of Persian Blue #1E3EBE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.99%

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

R = 10.64%
G = 21.99%
B = 67.38%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1E3EBE (or 0x1E3EBE) is known color: Persian Blue. HEX triplet: 1E, 3E and BE. RGB value is (30,62,190). Sum of RGB (Red+Green+Blue) = 30+62+190=282 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.64% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 190 (74.61% from 255 or 67.38% from 282); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E3EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E3EBE is #E1C141. Grayscale: #424242. Windows color (decimal): -14795074 or 12467742. OLE color: 12467742.

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

Color convert

RGB 30 62 190 -
CMYK 0.84 0.67 0 0.25
HSL 228º 0.73% 0.43% -
HSV(B) 228º 0.84% 0.75% -
XYZ 11.55 7.44 49.54 -
YUV 67.02 197.4 101.59 -
System Red Green Blue C M Y K H S L
Decimal 30 62 190 0.84 0.67 0 0.25 228 0.73 0.43
Hex 1E 3E BE 54 43 0 19 E4 49 2B
Octal 36 76 276 124 103 0 31 344 111 53
Binary 11110 111110 10111110 1010100 1000011 0 11001 11100100 1001001 101011

Color Harmonies of #1E3EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3EBE

Black with #1E3EBE

Text Example


Text Example

White with #1E3EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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