Html Css Color HEX #111EC2 Persian Blue

📋 copy color: '#111EC2'

red 17 ◦ green 30 ◦ blue 194

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

Shades of Persian Blue #111EC2

Tints of Persian Blue #111EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 80.5%

R = 7.05%
G = 12.45%
B = 80.5%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#111EC2 (or 0x111EC2) is known color: Persian Blue. HEX triplet: 11, 1E and C2. RGB value is (17,30,194). Sum of RGB (Red+Green+Blue) = 17+30+194=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 194 (76.17% from 255 or 80.50% from 241); Max value from RGB is 194 - color contains mainly: blue. Hex color #111EC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111EC2 is #EEE13D. Grayscale: #2C2C2C. Windows color (decimal): -15655230 or 12721681. OLE color: 12721681.

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

Color convert

RGB 17 30 194 -
CMYK 0.91 0.85 0 0.24
HSL 235.59º 0.84% 0.41% -
HSV(B) 235.59º 0.91% 0.76% -
XYZ 10.43 4.94 51.44 -
YUV 44.81 212.19 108.16 -
System Red Green Blue C M Y K H S L
Decimal 17 30 194 0.91 0.85 0 0.24 235.59 0.84 0.41
Hex 11 1E C2 5B 55 0 18 EC 54 29
Octal 21 36 302 133 125 0 30 354 124 51
Binary 10001 11110 11000010 1011011 1010101 0 11000 11101100 1010100 101001

Color Harmonies of #111EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111EC2

Black with #111EC2

Text Example


Text Example

White with #111EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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