Html Css Color HEX #111BBA Persian Blue

📋 copy color: '#111BBA'

red 17 ◦ green 27 ◦ blue 186

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

Shades of Persian Blue #111BBA

Tints of Persian Blue #111BBA

RGB

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

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

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

R = 7.39%
G = 11.74%
B = 80.87%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#111BBA (or 0x111BBA) is known color: Persian Blue. HEX triplet: 11, 1B and BA. RGB value is (17,27,186). Sum of RGB (Red+Green+Blue) = 17+27+186=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 27 (10.94% from 255 or 11.74% from 230); Blue value is 186 (73.05% from 255 or 80.87% from 230); Max value from RGB is 186 - color contains mainly: blue. Hex color #111BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111BBA is #EEE445. Grayscale: #292929. Windows color (decimal): -15656006 or 12196625. OLE color: 12196625.

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

Color convert

RGB 17 27 186 -
CMYK 0.91 0.85 0 0.27
HSL 236.45º 0.83% 0.4% -
HSV(B) 236.45º 0.91% 0.73% -
XYZ 9.49 4.45 46.81 -
YUV 42.14 209.19 110.07 -
System Red Green Blue C M Y K H S L
Decimal 17 27 186 0.91 0.85 0 0.27 236.45 0.83 0.4
Hex 11 1B BA 5B 55 0 1B EC 53 28
Octal 21 33 272 133 125 0 33 354 123 50
Binary 10001 11011 10111010 1011011 1010101 0 11011 11101100 1010011 101000

Color Harmonies of #111BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111BBA

Black with #111BBA

Text Example


Text Example

White with #111BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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