Html Css Color HEX #111EBC Persian Blue

📋 copy color: '#111EBC'

red 17 ◦ green 30 ◦ blue 188

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

Shades of Persian Blue #111EBC

Tints of Persian Blue #111EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 80%

R = 7.23%
G = 12.77%
B = 80%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#111EBC (or 0x111EBC) is known color: Persian Blue. HEX triplet: 11, 1E and BC. RGB value is (17,30,188). Sum of RGB (Red+Green+Blue) = 17+30+188=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 188 (73.83% from 255 or 80% from 235); Max value from RGB is 188 - color contains mainly: blue. Hex color #111EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111EBC is #EEE143. Grayscale: #2B2B2B. Windows color (decimal): -15655236 or 12328465. OLE color: 12328465.

HSL color Cylindrical-coordinate representation of color #111EBC: hue angle of 235.44º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #111EBC is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 30 188 -
CMYK 0.91 0.84 0 0.26
HSL 235.44º 0.83% 0.4% -
HSV(B) 235.44º 0.91% 0.74% -
XYZ 9.77 4.68 47.96 -
YUV 44.13 209.19 108.65 -
System Red Green Blue C M Y K H S L
Decimal 17 30 188 0.91 0.84 0 0.26 235.44 0.83 0.4
Hex 11 1E BC 5B 54 0 1A EB 53 28
Octal 21 36 274 133 124 0 32 353 123 50
Binary 10001 11110 10111100 1011011 1010100 0 11010 11101011 1010011 101000

Color Harmonies of #111EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111EBC

Black with #111EBC

Text Example


Text Example

White with #111EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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