Html Css Color HEX #1149CD Persian Blue

📋 copy color: '#1149CD'

red 17 ◦ green 73 ◦ blue 205

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

Shades of Persian Blue #1149CD

Tints of Persian Blue #1149CD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.75%

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

R = 5.76%
G = 24.75%
B = 69.49%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1149CD (or 0x1149CD) is known color: Persian Blue. HEX triplet: 11, 49 and CD. RGB value is (17,73,205). Sum of RGB (Red+Green+Blue) = 17+73+205=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 205 (80.47% from 255 or 69.49% from 295); Max value from RGB is 205 - color contains mainly: blue. Hex color #1149CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1149CD is #EEB632. Grayscale: #464646. Windows color (decimal): -15644211 or 13453585. OLE color: 13453585.

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

Color convert

RGB 17 73 205 -
CMYK 0.92 0.64 0 0.20
HSL 222.13º 0.85% 0.44% -
HSV(B) 222.13º 0.92% 0.8% -
XYZ 13.63 9.29 58.83 -
YUV 71.3 203.45 89.27 -
System Red Green Blue C M Y K H S L
Decimal 17 73 205 0.92 0.64 0 0.20 222.13 0.85 0.44
Hex 11 49 CD 5C 40 0 14 DE 55 2C
Octal 21 111 315 134 100 0 24 336 125 54
Binary 10001 1001001 11001101 1011100 1000000 0 10100 11011110 1010101 101100

Color Harmonies of #1149CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1149CD

Black with #1149CD

Text Example


Text Example

White with #1149CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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