Html Css Color HEX #1129CD Persian Blue

📋 copy color: '#1129CD'

red 17 ◦ green 41 ◦ blue 205

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

Shades of Persian Blue #1129CD

Tints of Persian Blue #1129CD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.59%

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

R = 6.46%
G = 15.59%
B = 77.95%

CMYK

 C value IS 0.92

 M value IS 0.8

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1129CD (or 0x1129CD) is known color: Persian Blue. HEX triplet: 11, 29 and CD. RGB value is (17,41,205). Sum of RGB (Red+Green+Blue) = 17+41+205=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 205 (80.47% from 255 or 77.95% from 263); Max value from RGB is 205 - color contains mainly: blue. Hex color #1129CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1129CD is #EED632. Grayscale: #333333. Windows color (decimal): -15652403 or 13445393. OLE color: 13445393.

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

Color convert

RGB 17 41 205 -
CMYK 0.92 0.8 0 0.20
HSL 232.34º 0.85% 0.44% -
HSV(B) 232.34º 0.92% 0.8% -
XYZ 12.04 6.11 58.3 -
YUV 52.52 214.05 102.66 -
System Red Green Blue C M Y K H S L
Decimal 17 41 205 0.92 0.8 0 0.20 232.34 0.85 0.44
Hex 11 29 CD 5C 50 0 14 E8 55 2C
Octal 21 51 315 134 120 0 24 350 125 54
Binary 10001 101001 11001101 1011100 1010000 0 10100 11101000 1010101 101100

Color Harmonies of #1129CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1129CD

Black with #1129CD

Text Example


Text Example

White with #1129CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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