#1136CC

Color #1136CC Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1136CC

Tints of Persian Blue #1136CC

Color information

#1136CC (or 0x1136CC) is unknown color: approx Persian Blue. HEX triplet: 11, 36 and CC. RGB value is (17,54,204). Sum of RGB (Red+Green+Blue) = 17+54+204=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 204 (80.08% from 255 or 74.18% from 275); Max value from RGB is 204 - color contains mainly: blue. Hex color #1136CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1136CC is #EEC933. Grayscale: #3B3B3B. Windows color (decimal): -15649076 or 13383185. OLE color: 13383185.

HSL color Cylindrical-coordinate representation of color #1136CC: hue angle of 228.13º 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 #1136CC is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1754204-
CMYK0.920.7400.2
HSL228.13º84.62%43.33%-
HSV(B)228.13º91.67%80%-
XYZ12.457.1257.84-
YUV60.04209.2497.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.18%
GREEN value IS 54 (21.48% from 255) = 19.64%
BLUE value IS 204 (80.08% from 255) = 74.18%
R=6.18%
G=19.64%
B=74.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal17542040.920.7400.2228.1384.6243.33
Hex1136CC5C4A014e4552b
Octal216631413411202434412553
Binary100011101101100110010111001001010010100111001001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1136CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1136CC;
 }
 .AnyTagClassName
 {
   color: #1136CC;
 }
</style>
background-color css

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

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

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

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

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

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