Html Css Color HEX #1120CD Persian Blue

📋 copy color: '#1120CD'

red 17 ◦ green 32 ◦ blue 205

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

Shades of Persian Blue #1120CD

Tints of Persian Blue #1120CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 80.71%

R = 6.69%
G = 12.6%
B = 80.71%

CMYK

 C value IS 0.92

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1120CD (or 0x1120CD) is known color: Persian Blue. HEX triplet: 11, 20 and CD. RGB value is (17,32,205). Sum of RGB (Red+Green+Blue) = 17+32+205=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 205 (80.47% from 255 or 80.71% from 254); Max value from RGB is 205 - color contains mainly: blue. Hex color #1120CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1120CD is #EEDF32. Grayscale: #2E2E2E. Windows color (decimal): -15654707 or 13443089. OLE color: 13443089.

HSL color Cylindrical-coordinate representation of color #1120CD: hue angle of 235.21º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1120CD is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 32 205 -
CMYK 0.92 0.84 0 0.20
HSL 235.21º 0.85% 0.44% -
HSV(B) 235.21º 0.92% 0.8% -
XYZ 11.77 5.56 58.21 -
YUV 47.24 217.03 106.43 -
System Red Green Blue C M Y K H S L
Decimal 17 32 205 0.92 0.84 0 0.20 235.21 0.85 0.44
Hex 11 20 CD 5C 54 0 14 EB 55 2C
Octal 21 40 315 134 124 0 24 353 125 54
Binary 10001 100000 11001101 1011100 1010100 0 10100 11101011 1010101 101100

Color Harmonies of #1120CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1120CD

Black with #1120CD

Text Example


Text Example

White with #1120CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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