Html Css Color HEX #1137CC Persian Blue

📋 copy color: '#1137CC'

red 17 ◦ green 55 ◦ blue 204

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

Shades of Persian Blue #1137CC

Tints of Persian Blue #1137CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 73.91%

R = 6.16%
G = 19.93%
B = 73.91%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1137CC (or 0x1137CC) is known color: Persian Blue. HEX triplet: 11, 37 and CC. RGB value is (17,55,204). Sum of RGB (Red+Green+Blue) = 17+55+204=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 204 (80.08% from 255 or 73.91% from 276); Max value from RGB is 204 - color contains mainly: blue. Hex color #1137CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1137CC is #EEC833. Grayscale: #3B3B3B. Windows color (decimal): -15648820 or 13383441. OLE color: 13383441.

HSL color Cylindrical-coordinate representation of color #1137CC: hue angle of 227.81º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1137CC is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 17 55 204 -
CMYK 0.92 0.73 0 0.2
HSL 227.81º 0.85% 0.43% -
HSV(B) 227.81º 0.92% 0.8% -
XYZ 12.5 7.21 57.86 -
YUV 60.62 208.91 96.88 -
System Red Green Blue C M Y K H S L
Decimal 17 55 204 0.92 0.73 0 0.2 227.81 0.85 0.43
Hex 11 37 CC 5C 49 0 14 E4 55 2B
Octal 21 67 314 134 111 0 24 344 125 53
Binary 10001 110111 11001100 1011100 1001001 0 10100 11100100 1010101 101011

Color Harmonies of #1137CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1137CC

Black with #1137CC

Text Example


Text Example

White with #1137CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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