Html Css Color HEX #111FBB Persian Blue

📋 copy color: '#111FBB'

red 17 ◦ green 31 ◦ blue 187

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

Shades of Persian Blue #111FBB

Tints of Persian Blue #111FBB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.19%

 BLUE value IS 187 (73.44% from 255) = 79.57%

R = 7.23%
G = 13.19%
B = 79.57%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#111FBB (or 0x111FBB) is known color: Persian Blue. HEX triplet: 11, 1F and BB. RGB value is (17,31,187). Sum of RGB (Red+Green+Blue) = 17+31+187=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 187 (73.44% from 255 or 79.57% from 235); Max value from RGB is 187 - color contains mainly: blue. Hex color #111FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111FBB is #EEE044. Grayscale: #2B2B2B. Windows color (decimal): -15654981 or 12263185. OLE color: 12263185.

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

Color convert

RGB 17 31 187 -
CMYK 0.91 0.83 0 0.27
HSL 235.06º 0.83% 0.4% -
HSV(B) 235.06º 0.91% 0.73% -
XYZ 9.69 4.69 47.41 -
YUV 44.6 208.36 108.32 -
System Red Green Blue C M Y K H S L
Decimal 17 31 187 0.91 0.83 0 0.27 235.06 0.83 0.4
Hex 11 1F BB 5B 53 0 1B EB 53 28
Octal 21 37 273 133 123 0 33 353 123 50
Binary 10001 11111 10111011 1011011 1010011 0 11011 11101011 1010011 101000

Color Harmonies of #111FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111FBB

Black with #111FBB

Text Example


Text Example

White with #111FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,31,187); }

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

background-color css

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

 a { background-color: rgb(17,31,187); }

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

border-color css

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

 span { border-color: rgb(17,31,187); }

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