Html Css Color HEX #1137CD Persian Blue

📋 copy color: '#1137CD'

red 17 ◦ green 55 ◦ blue 205

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

Shades of Persian Blue #1137CD

Tints of Persian Blue #1137CD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.86%

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

R = 6.14%
G = 19.86%
B = 74.01%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1137CD (or 0x1137CD) is known color: Persian Blue. HEX triplet: 11, 37 and CD. RGB value is (17,55,205). Sum of RGB (Red+Green+Blue) = 17+55+205=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 205 (80.47% from 255 or 74.01% from 277); Max value from RGB is 205 - color contains mainly: blue. Hex color #1137CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1137CD is #EEC832. Grayscale: #3C3C3C. Windows color (decimal): -15648819 or 13448977. OLE color: 13448977.

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

Color convert

RGB 17 55 205 -
CMYK 0.92 0.73 0 0.20
HSL 227.87º 0.85% 0.44% -
HSV(B) 227.87º 0.92% 0.8% -
XYZ 12.62 7.26 58.49 -
YUV 60.74 209.41 96.8 -
System Red Green Blue C M Y K H S L
Decimal 17 55 205 0.92 0.73 0 0.20 227.87 0.85 0.44
Hex 11 37 CD 5C 49 0 14 E4 55 2C
Octal 21 67 315 134 111 0 24 344 125 54
Binary 10001 110111 11001101 1011100 1001001 0 10100 11100100 1010101 101100

Color Harmonies of #1137CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1137CD

Black with #1137CD

Text Example


Text Example

White with #1137CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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