Html Css Color HEX #1E19BB Persian Blue

📋 copy color: '#1E19BB'

red 30 ◦ green 25 ◦ blue 187

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

Shades of Persian Blue #1E19BB

Tints of Persian Blue #1E19BB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.33%

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

R = 12.4%
G = 10.33%
B = 77.27%

CMYK

 C value IS 0.84

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1E19BB (or 0x1E19BB) is known color: Persian Blue. HEX triplet: 1E, 19 and BB. RGB value is (30,25,187). Sum of RGB (Red+Green+Blue) = 30+25+187=242 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.40% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 187 (73.44% from 255 or 77.27% from 242); Max value from RGB is 187 - color contains mainly: blue. Hex color #1E19BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E19BB is #E1E644. Grayscale: #2C2C2C. Windows color (decimal): -14804549 or 12261662. OLE color: 12261662.

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

Color convert

RGB 30 25 187 -
CMYK 0.84 0.87 0 0.27
HSL 241.85º 0.76% 0.42% -
HSV(B) 241.85º 0.87% 0.73% -
XYZ 9.85 4.56 47.37 -
YUV 44.96 208.16 117.33 -
System Red Green Blue C M Y K H S L
Decimal 30 25 187 0.84 0.87 0 0.27 241.85 0.76 0.42
Hex 1E 19 BB 54 57 0 1B F2 4C 2A
Octal 36 31 273 124 127 0 33 362 114 52
Binary 11110 11001 10111011 1010100 1010111 0 11011 11110010 1001100 101010

Color Harmonies of #1E19BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E19BB

Black with #1E19BB

Text Example


Text Example

White with #1E19BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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