Html Css Color HEX #1E3EBD Persian Blue

📋 copy color: '#1E3EBD'

red 30 ◦ green 62 ◦ blue 189

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

Shades of Persian Blue #1E3EBD

Tints of Persian Blue #1E3EBD

RGB

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

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

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

R = 10.68%
G = 22.06%
B = 67.26%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1E3EBD (or 0x1E3EBD) is known color: Persian Blue. HEX triplet: 1E, 3E and BD. RGB value is (30,62,189). Sum of RGB (Red+Green+Blue) = 30+62+189=281 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.68% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 189 (74.22% from 255 or 67.26% from 281); Max value from RGB is 189 - color contains mainly: blue. Hex color #1E3EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E3EBD is #E1C142. Grayscale: #424242. Windows color (decimal): -14795075 or 12402206. OLE color: 12402206.

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

Color convert

RGB 30 62 189 -
CMYK 0.84 0.67 0 0.26
HSL 227.92º 0.73% 0.43% -
HSV(B) 227.92º 0.84% 0.74% -
XYZ 11.44 7.4 48.97 -
YUV 66.91 196.9 101.67 -
System Red Green Blue C M Y K H S L
Decimal 30 62 189 0.84 0.67 0 0.26 227.92 0.73 0.43
Hex 1E 3E BD 54 43 0 1A E4 49 2B
Octal 36 76 275 124 103 0 32 344 111 53
Binary 11110 111110 10111101 1010100 1000011 0 11010 11100100 1001001 101011

Color Harmonies of #1E3EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3EBD

Black with #1E3EBD

Text Example


Text Example

White with #1E3EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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