Html Css Color HEX #111EBA Persian Blue

📋 copy color: '#111EBA'

red 17 ◦ green 30 ◦ blue 186

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

Shades of Persian Blue #111EBA

Tints of Persian Blue #111EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 79.83%

R = 7.3%
G = 12.88%
B = 79.83%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#111EBA (or 0x111EBA) is known color: Persian Blue. HEX triplet: 11, 1E and BA. RGB value is (17,30,186). Sum of RGB (Red+Green+Blue) = 17+30+186=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 186 (73.05% from 255 or 79.83% from 233); Max value from RGB is 186 - color contains mainly: blue. Hex color #111EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111EBA is #EEE145. Grayscale: #2B2B2B. Windows color (decimal): -15655238 or 12197393. OLE color: 12197393.

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

Color convert

RGB 17 30 186 -
CMYK 0.91 0.84 0 0.27
HSL 235.38º 0.83% 0.4% -
HSV(B) 235.38º 0.91% 0.73% -
XYZ 9.56 4.59 46.84 -
YUV 43.9 208.19 108.82 -
System Red Green Blue C M Y K H S L
Decimal 17 30 186 0.91 0.84 0 0.27 235.38 0.83 0.4
Hex 11 1E BA 5B 54 0 1B EB 53 28
Octal 21 36 272 133 124 0 33 353 123 50
Binary 10001 11110 10111010 1011011 1010100 0 11011 11101011 1010011 101000

Color Harmonies of #111EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111EBA

Black with #111EBA

Text Example


Text Example

White with #111EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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