Html Css Color HEX #111EC0 Persian Blue

📋 copy color: '#111EC0'

red 17 ◦ green 30 ◦ blue 192

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

Shades of Persian Blue #111EC0

Tints of Persian Blue #111EC0

RGB

 RED value IS 17 (7.03% from 255) = 7.11%

 GREEN value IS 30 (12.11% from 255) = 12.55%

 BLUE value IS 192 (75.39% from 255) = 80.33%

R = 7.11%
G = 12.55%
B = 80.33%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#111EC0 (or 0x111EC0) is known color: Persian Blue. HEX triplet: 11, 1E and C0. RGB value is (17,30,192). Sum of RGB (Red+Green+Blue) = 17+30+192=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 192 (75.39% from 255 or 80.33% from 239); Max value from RGB is 192 - color contains mainly: blue. Hex color #111EC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111EC0 is #EEE13F. Grayscale: #2B2B2B. Windows color (decimal): -15655232 or 12590609. OLE color: 12590609.

HSL color Cylindrical-coordinate representation of color #111EC0: hue angle of 235.54º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #111EC0 is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 30 192 -
CMYK 0.91 0.84 0 0.25
HSL 235.54º 0.84% 0.41% -
HSV(B) 235.54º 0.91% 0.75% -
XYZ 10.21 4.85 50.27 -
YUV 44.58 211.19 108.33 -
System Red Green Blue C M Y K H S L
Decimal 17 30 192 0.91 0.84 0 0.25 235.54 0.84 0.41
Hex 11 1E C0 5B 54 0 19 EC 54 29
Octal 21 36 300 133 124 0 31 354 124 51
Binary 10001 11110 11000000 1011011 1010100 0 11001 11101100 1010100 101001

Color Harmonies of #111EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111EC0

Black with #111EC0

Text Example


Text Example

White with #111EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111EC0; }

 p { color: rgb(17,30,192); }

 H1.HeaderClassName
 {
   color: #111EC0;
 }
 .AnyTagClassName
 {
   color: #111EC0;
 }
</style>

background-color css

<style>
 a { background-color: #111EC0; }

 a { background-color: rgb(17,30,192); }

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

border-color css

<style>
 span { border-color: #111EC0; }

 span { border-color: rgb(17,30,192); }

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