Html Css Color HEX #111EBF Persian Blue

📋 copy color: '#111EBF'

red 17 ◦ green 30 ◦ blue 191

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

Shades of Persian Blue #111EBF

Tints of Persian Blue #111EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 80.25%

R = 7.14%
G = 12.61%
B = 80.25%

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

#111EBF (or 0x111EBF) is known color: Persian Blue. HEX triplet: 11, 1E and BF. RGB value is (17,30,191). Sum of RGB (Red+Green+Blue) = 17+30+191=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 191 (75% from 255 or 80.25% from 238); Max value from RGB is 191 - color contains mainly: blue. Hex color #111EBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111EBF is #EEE140. Grayscale: #2B2B2B. Windows color (decimal): -15655233 or 12525073. OLE color: 12525073.

HSL color Cylindrical-coordinate representation of color #111EBF: hue angle of 235.52º 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 #111EBF is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 30 191 -
CMYK 0.91 0.84 0 0.25
HSL 235.52º 0.84% 0.41% -
HSV(B) 235.52º 0.91% 0.75% -
XYZ 10.1 4.81 49.69 -
YUV 44.47 210.69 108.41 -
System Red Green Blue C M Y K H S L
Decimal 17 30 191 0.91 0.84 0 0.25 235.52 0.84 0.41
Hex 11 1E BF 5B 54 0 19 EC 54 29
Octal 21 36 277 133 124 0 31 354 124 51
Binary 10001 11110 10111111 1011011 1010100 0 11001 11101100 1010100 101001

Color Harmonies of #111EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111EBF

Black with #111EBF

Text Example


Text Example

White with #111EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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