Html Css Color HEX #1120BB Persian Blue

📋 copy color: '#1120BB'

red 17 ◦ green 32 ◦ blue 187

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

Shades of Persian Blue #1120BB

Tints of Persian Blue #1120BB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.56%

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

R = 7.2%
G = 13.56%
B = 79.24%

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

#1120BB (or 0x1120BB) is known color: Persian Blue. HEX triplet: 11, 20 and BB. RGB value is (17,32,187). Sum of RGB (Red+Green+Blue) = 17+32+187=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 187 (73.44% from 255 or 79.24% from 236); Max value from RGB is 187 - color contains mainly: blue. Hex color #1120BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1120BB is #EEDF44. Grayscale: #2C2C2C. Windows color (decimal): -15654725 or 12263441. OLE color: 12263441.

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

Color convert

RGB 17 32 187 -
CMYK 0.91 0.83 0 0.27
HSL 234.71º 0.83% 0.4% -
HSV(B) 234.71º 0.91% 0.73% -
XYZ 9.72 4.74 47.42 -
YUV 45.19 208.03 107.9 -
System Red Green Blue C M Y K H S L
Decimal 17 32 187 0.91 0.83 0 0.27 234.71 0.83 0.4
Hex 11 20 BB 5B 53 0 1B EB 53 28
Octal 21 40 273 133 123 0 33 353 123 50
Binary 10001 100000 10111011 1011011 1010011 0 11011 11101011 1010011 101000

Color Harmonies of #1120BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1120BB

Black with #1120BB

Text Example


Text Example

White with #1120BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1120BB; }

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

 H1.HeaderClassName
 {
   color: #1120BB;
 }
 .AnyTagClassName
 {
   color: #1120BB;
 }
</style>

background-color css

<style>
 a { background-color: #1120BB; }

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

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

border-color css

<style>
 span { border-color: #1120BB; }

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

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