Html Css Color HEX #1E17BE Persian Blue

📋 copy color: '#1E17BE'

red 30 ◦ green 23 ◦ blue 190

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

Shades of Persian Blue #1E17BE

Tints of Persian Blue #1E17BE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.47%

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

R = 12.35%
G = 9.47%
B = 78.19%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1E17BE (or 0x1E17BE) is known color: Persian Blue. HEX triplet: 1E, 17 and BE. RGB value is (30,23,190). Sum of RGB (Red+Green+Blue) = 30+23+190=243 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.35% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 190 (74.61% from 255 or 78.19% from 243); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E17BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E17BE is #E1E841. Grayscale: #2B2B2B. Windows color (decimal): -14805058 or 12457758. OLE color: 12457758.

HSL color Cylindrical-coordinate representation of color #1E17BE: hue angle of 242.51º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E17BE is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 30 23 190 -
CMYK 0.84 0.88 0 0.25
HSL 242.52º 0.78% 0.42% -
HSV(B) 242.52º 0.88% 0.75% -
XYZ 10.14 4.61 49.07 -
YUV 44.13 210.32 117.92 -
System Red Green Blue C M Y K H S L
Decimal 30 23 190 0.84 0.88 0 0.25 242.52 0.78 0.42
Hex 1E 17 BE 54 58 0 19 F3 4E 2A
Octal 36 27 276 124 130 0 31 363 116 52
Binary 11110 10111 10111110 1010100 1011000 0 11001 11110011 1001110 101010

Color Harmonies of #1E17BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E17BE

Black with #1E17BE

Text Example


Text Example

White with #1E17BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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