Html Css Color HEX #1E3FBB Persian Blue

📋 copy color: '#1E3FBB'

red 30 ◦ green 63 ◦ blue 187

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

Shades of Persian Blue #1E3FBB

Tints of Persian Blue #1E3FBB

RGB

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

 GREEN value IS 63 (25% from 255) = 22.5%

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

R = 10.71%
G = 22.5%
B = 66.79%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1E3FBB (or 0x1E3FBB) is known color: Persian Blue. HEX triplet: 1E, 3F and BB. RGB value is (30,63,187). Sum of RGB (Red+Green+Blue) = 30+63+187=280 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.71% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 187 (73.44% from 255 or 66.79% from 280); Max value from RGB is 187 - color contains mainly: blue. Hex color #1E3FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E3FBB is #E1C044. Grayscale: #424242. Windows color (decimal): -14794821 or 12271390. OLE color: 12271390.

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

Color convert

RGB 30 63 187 -
CMYK 0.84 0.66 0 0.27
HSL 227.39º 0.72% 0.43% -
HSV(B) 227.39º 0.84% 0.73% -
XYZ 11.28 7.42 47.85 -
YUV 67.27 195.57 101.42 -
System Red Green Blue C M Y K H S L
Decimal 30 63 187 0.84 0.66 0 0.27 227.39 0.72 0.43
Hex 1E 3F BB 54 42 0 1B E3 48 2B
Octal 36 77 273 124 102 0 33 343 110 53
Binary 11110 111111 10111011 1010100 1000010 0 11011 11100011 1001000 101011

Color Harmonies of #1E3FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3FBB

Black with #1E3FBB

Text Example


Text Example

White with #1E3FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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