Html Css Color HEX #1E3EBB Persian Blue

📋 copy color: '#1E3EBB'

red 30 ◦ green 62 ◦ blue 187

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

Shades of Persian Blue #1E3EBB

Tints of Persian Blue #1E3EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 67.03%

R = 10.75%
G = 22.22%
B = 67.03%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1E3EBB (or 0x1E3EBB) is known color: Persian Blue. HEX triplet: 1E, 3E and BB. RGB value is (30,62,187). Sum of RGB (Red+Green+Blue) = 30+62+187=279 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.75% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #1E3EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E3EBB is #E1C144. Grayscale: #424242. Windows color (decimal): -14795077 or 12271134. OLE color: 12271134.

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

Color convert

RGB 30 62 187 -
CMYK 0.84 0.67 0 0.27
HSL 227.77º 0.72% 0.43% -
HSV(B) 227.77º 0.84% 0.73% -
XYZ 11.23 7.31 47.83 -
YUV 66.68 195.9 101.84 -
System Red Green Blue C M Y K H S L
Decimal 30 62 187 0.84 0.67 0 0.27 227.77 0.72 0.43
Hex 1E 3E BB 54 43 0 1B E4 48 2B
Octal 36 76 273 124 103 0 33 344 110 53
Binary 11110 111110 10111011 1010100 1000011 0 11011 11100100 1001000 101011

Color Harmonies of #1E3EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3EBB

Black with #1E3EBB

Text Example


Text Example

White with #1E3EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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