Html Css Color HEX #111BBE Persian Blue

📋 copy color: '#111BBE'

red 17 ◦ green 27 ◦ blue 190

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

Shades of Persian Blue #111BBE

Tints of Persian Blue #111BBE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.54%

 BLUE value IS 190 (74.61% from 255) = 81.2%

R = 7.26%
G = 11.54%
B = 81.2%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#111BBE (or 0x111BBE) is known color: Persian Blue. HEX triplet: 11, 1B and BE. RGB value is (17,27,190). Sum of RGB (Red+Green+Blue) = 17+27+190=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 190 (74.61% from 255 or 81.20% from 234); Max value from RGB is 190 - color contains mainly: blue. Hex color #111BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111BBE is #EEE441. Grayscale: #292929. Windows color (decimal): -15656002 or 12458769. OLE color: 12458769.

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

Color convert

RGB 17 27 190 -
CMYK 0.91 0.86 0 0.25
HSL 236.53º 0.84% 0.41% -
HSV(B) 236.53º 0.91% 0.75% -
XYZ 9.92 4.62 49.08 -
YUV 42.59 211.19 109.75 -
System Red Green Blue C M Y K H S L
Decimal 17 27 190 0.91 0.86 0 0.25 236.53 0.84 0.41
Hex 11 1B BE 5B 56 0 19 ED 54 29
Octal 21 33 276 133 126 0 31 355 124 51
Binary 10001 11011 10111110 1011011 1010110 0 11001 11101101 1010100 101001

Color Harmonies of #111BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111BBE

Black with #111BBE

Text Example


Text Example

White with #111BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,27,190); }

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

background-color css

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

 a { background-color: rgb(17,27,190); }

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

border-color css

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

 span { border-color: rgb(17,27,190); }

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