Html Css Color HEX #1120BA Persian Blue

📋 copy color: '#1120BA'

red 17 ◦ green 32 ◦ blue 186

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

Shades of Persian Blue #1120BA

Tints of Persian Blue #1120BA

RGB

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

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

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

R = 7.23%
G = 13.62%
B = 79.15%

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

#1120BA (or 0x1120BA) is known color: Persian Blue. HEX triplet: 11, 20 and BA. RGB value is (17,32,186). Sum of RGB (Red+Green+Blue) = 17+32+186=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 186 (73.05% from 255 or 79.15% from 235); Max value from RGB is 186 - color contains mainly: blue. Hex color #1120BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1120BA is #EEDF45. Grayscale: #2C2C2C. Windows color (decimal): -15654726 or 12197905. OLE color: 12197905.

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

Color convert

RGB 17 32 186 -
CMYK 0.91 0.83 0 0.27
HSL 234.67º 0.83% 0.4% -
HSV(B) 234.67º 0.91% 0.73% -
XYZ 9.61 4.7 46.85 -
YUV 45.07 207.53 107.98 -
System Red Green Blue C M Y K H S L
Decimal 17 32 186 0.91 0.83 0 0.27 234.67 0.83 0.4
Hex 11 20 BA 5B 53 0 1B EB 53 28
Octal 21 40 272 133 123 0 33 353 123 50
Binary 10001 100000 10111010 1011011 1010011 0 11011 11101011 1010011 101000

Color Harmonies of #1120BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1120BA

Black with #1120BA

Text Example


Text Example

White with #1120BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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