Html Css Color HEX #1E17B9 Persian Blue

📋 copy color: '#1E17B9'

red 30 ◦ green 23 ◦ blue 185

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

Shades of Persian Blue #1E17B9

Tints of Persian Blue #1E17B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 77.73%

R = 12.61%
G = 9.66%
B = 77.73%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1E17B9 (or 0x1E17B9) is known color: Persian Blue. HEX triplet: 1E, 17 and B9. RGB value is (30,23,185). Sum of RGB (Red+Green+Blue) = 30+23+185=238 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.61% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 185 (72.66% from 255 or 77.73% from 238); Max value from RGB is 185 - color contains mainly: blue. Hex color #1E17B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E17B9 is #E1E846. Grayscale: #2A2A2A. Windows color (decimal): -14805063 or 12130078. OLE color: 12130078.

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

Color convert

RGB 30 23 185 -
CMYK 0.84 0.88 0 0.27
HSL 242.59º 0.78% 0.41% -
HSV(B) 242.59º 0.88% 0.73% -
XYZ 9.6 4.39 46.24 -
YUV 43.56 207.82 118.33 -
System Red Green Blue C M Y K H S L
Decimal 30 23 185 0.84 0.88 0 0.27 242.59 0.78 0.41
Hex 1E 17 B9 54 58 0 1B F3 4E 29
Octal 36 27 271 124 130 0 33 363 116 51
Binary 11110 10111 10111001 1010100 1011000 0 11011 11110011 1001110 101001

Color Harmonies of #1E17B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E17B9

Black with #1E17B9

Text Example


Text Example

White with #1E17B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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