Html Css Color HEX #1120BE Persian Blue

📋 copy color: '#1120BE'

red 17 ◦ green 32 ◦ blue 190

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

Shades of Persian Blue #1120BE

Tints of Persian Blue #1120BE

RGB

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

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

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

R = 7.11%
G = 13.39%
B = 79.5%

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

#1120BE (or 0x1120BE) is known color: Persian Blue. HEX triplet: 11, 20 and BE. RGB value is (17,32,190). Sum of RGB (Red+Green+Blue) = 17+32+190=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 190 (74.61% from 255 or 79.50% from 239); Max value from RGB is 190 - color contains mainly: blue. Hex color #1120BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1120BE is #EEDF41. Grayscale: #2C2C2C. Windows color (decimal): -15654722 or 12460049. OLE color: 12460049.

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

Color convert

RGB 17 32 190 -
CMYK 0.91 0.83 0 0.25
HSL 234.8º 0.84% 0.41% -
HSV(B) 234.8º 0.91% 0.75% -
XYZ 10.04 4.87 49.13 -
YUV 45.53 209.53 107.65 -
System Red Green Blue C M Y K H S L
Decimal 17 32 190 0.91 0.83 0 0.25 234.8 0.84 0.41
Hex 11 20 BE 5B 53 0 19 EB 54 29
Octal 21 40 276 133 123 0 31 353 124 51
Binary 10001 100000 10111110 1011011 1010011 0 11001 11101011 1010100 101001

Color Harmonies of #1120BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1120BE

Black with #1120BE

Text Example


Text Example

White with #1120BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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