Html Css Color HEX #1120BF Persian Blue

📋 copy color: '#1120BF'

red 17 ◦ green 32 ◦ blue 191

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

Shades of Persian Blue #1120BF

Tints of Persian Blue #1120BF

RGB

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

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

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

R = 7.08%
G = 13.33%
B = 79.58%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1120BF (or 0x1120BF) is known color: Persian Blue. HEX triplet: 11, 20 and BF. RGB value is (17,32,191). Sum of RGB (Red+Green+Blue) = 17+32+191=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 191 (75% from 255 or 79.58% from 240); Max value from RGB is 191 - color contains mainly: blue. Hex color #1120BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1120BF is #EEDF40. Grayscale: #2C2C2C. Windows color (decimal): -15654721 or 12525585. OLE color: 12525585.

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

Color convert

RGB 17 32 191 -
CMYK 0.91 0.83 0 0.25
HSL 234.83º 0.84% 0.41% -
HSV(B) 234.83º 0.91% 0.75% -
XYZ 10.15 4.91 49.7 -
YUV 45.64 210.03 107.57 -
System Red Green Blue C M Y K H S L
Decimal 17 32 191 0.91 0.83 0 0.25 234.83 0.84 0.41
Hex 11 20 BF 5B 53 0 19 EB 54 29
Octal 21 40 277 133 123 0 31 353 124 51
Binary 10001 100000 10111111 1011011 1010011 0 11001 11101011 1010100 101001

Color Harmonies of #1120BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1120BF

Black with #1120BF

Text Example


Text Example

White with #1120BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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