Html Css Color HEX #1131CD Persian Blue

📋 copy color: '#1131CD'

red 17 ◦ green 49 ◦ blue 205

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

Shades of Persian Blue #1131CD

Tints of Persian Blue #1131CD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.08%

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

R = 6.27%
G = 18.08%
B = 75.65%

CMYK

 C value IS 0.92

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1131CD (or 0x1131CD) is known color: Persian Blue. HEX triplet: 11, 31 and CD. RGB value is (17,49,205). Sum of RGB (Red+Green+Blue) = 17+49+205=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 205 (80.47% from 255 or 75.65% from 271); Max value from RGB is 205 - color contains mainly: blue. Hex color #1131CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1131CD is #EECE32. Grayscale: #383838. Windows color (decimal): -15650355 or 13447441. OLE color: 13447441.

HSL color Cylindrical-coordinate representation of color #1131CD: hue angle of 229.79º 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 #1131CD is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 49 205 -
CMYK 0.92 0.76 0 0.20
HSL 229.79º 0.85% 0.44% -
HSV(B) 229.79º 0.92% 0.8% -
XYZ 12.35 6.72 58.4 -
YUV 57.22 211.4 99.32 -
System Red Green Blue C M Y K H S L
Decimal 17 49 205 0.92 0.76 0 0.20 229.79 0.85 0.44
Hex 11 31 CD 5C 4C 0 14 E6 55 2C
Octal 21 61 315 134 114 0 24 346 125 54
Binary 10001 110001 11001101 1011100 1001100 0 10100 11100110 1010101 101100

Color Harmonies of #1131CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1131CD

Black with #1131CD

Text Example


Text Example

White with #1131CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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