Html Css Color HEX #1120C0 Persian Blue

📋 copy color: '#1120C0'

red 17 ◦ green 32 ◦ blue 192

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

Shades of Persian Blue #1120C0

Tints of Persian Blue #1120C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 79.67%

R = 7.05%
G = 13.28%
B = 79.67%

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

#1120C0 (or 0x1120C0) is known color: Persian Blue. HEX triplet: 11, 20 and C0. RGB value is (17,32,192). Sum of RGB (Red+Green+Blue) = 17+32+192=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 192 (75.39% from 255 or 79.67% from 241); Max value from RGB is 192 - color contains mainly: blue. Hex color #1120C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1120C0 is #EEDF3F. Grayscale: #2D2D2D. Windows color (decimal): -15654720 or 12591121. OLE color: 12591121.

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

Color convert

RGB 17 32 192 -
CMYK 0.91 0.83 0 0.25
HSL 234.86º 0.84% 0.41% -
HSV(B) 234.86º 0.91% 0.75% -
XYZ 10.26 4.96 50.29 -
YUV 45.76 210.53 107.49 -
System Red Green Blue C M Y K H S L
Decimal 17 32 192 0.91 0.83 0 0.25 234.86 0.84 0.41
Hex 11 20 C0 5B 53 0 19 EB 54 29
Octal 21 40 300 133 123 0 31 353 124 51
Binary 10001 100000 11000000 1011011 1010011 0 11001 11101011 1010100 101001

Color Harmonies of #1120C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1120C0

Black with #1120C0

Text Example


Text Example

White with #1120C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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