#1124BE

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

Shades of Persian Blue #1124BE

Tints of Persian Blue #1124BE

Color information

#1124BE (or 0x1124BE) is unknown color: approx Persian Blue. HEX triplet: 11, 24 and BE. RGB value is (17,36,190). Sum of RGB (Red+Green+Blue) = 17+36+190=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 190 (74.61% from 255 or 78.19% from 243); Max value from RGB is 190 - color contains mainly: blue. Hex color #1124BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1124BE is #EEDB41. Grayscale: #2F2F2F. Windows color (decimal): -15653698 or 12461073. OLE color: 12461073.

HSL color Cylindrical-coordinate representation of color #1124BE: hue angle of 233.41º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1124BE is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1736190-
CMYK0.910.8100.25
HSL233.41º83.57%40.59%-
HSV(B)233.41º91.05%74.51%-
XYZ10.165.149.16-
YUV47.88208.21105.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.00%
GREEN value IS 36 (14.45% from 255) = 14.81%
BLUE value IS 190 (74.61% from 255) = 78.19%
R=7.00%
G=14.81%
B=78.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17361900.910.8100.25233.4183.5740.59
Hex1124BE5B51019e95429
Octal214427613312103135112451
Binary100011001001011111010110111010001011001111010011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1124BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1124BE; }

 p { color: rgb(17,36,190); }

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

<style>
 a { background-color: #1124BE; }

 a { background-color: rgb(17,36,190); }

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

<style>
 span { border-color: #1124BE; }

 span { border-color: rgb(17,36,190); }

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