Html Css Color HEX #1128CD Persian Blue

📋 copy color: '#1128CD'

red 17 ◦ green 40 ◦ blue 205

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

Shades of Persian Blue #1128CD

Tints of Persian Blue #1128CD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.27%

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

R = 6.49%
G = 15.27%
B = 78.24%

CMYK

 C value IS 0.92

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1128CD (or 0x1128CD) is known color: Persian Blue. HEX triplet: 11, 28 and CD. RGB value is (17,40,205). Sum of RGB (Red+Green+Blue) = 17+40+205=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 205 (80.47% from 255 or 78.24% from 262); Max value from RGB is 205 - color contains mainly: blue. Hex color #1128CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1128CD is #EED732. Grayscale: #333333. Windows color (decimal): -15652659 or 13445137. OLE color: 13445137.

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

Color convert

RGB 17 40 205 -
CMYK 0.92 0.80 0 0.20
HSL 232.66º 0.85% 0.44% -
HSV(B) 232.66º 0.92% 0.8% -
XYZ 12.01 6.04 58.29 -
YUV 51.93 214.38 103.08 -
System Red Green Blue C M Y K H S L
Decimal 17 40 205 0.92 0.80 0 0.20 232.66 0.85 0.44
Hex 11 28 CD 5C 50 0 14 E9 55 2C
Octal 21 50 315 134 120 0 24 351 125 54
Binary 10001 101000 11001101 1011100 1010000 0 10100 11101001 1010101 101100

Color Harmonies of #1128CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1128CD

Black with #1128CD

Text Example


Text Example

White with #1128CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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