#1124B8

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

Shades of Persian Blue #1124B8

Tints of Persian Blue #1124B8

Color information

#1124B8 (or 0x1124B8) is unknown color: approx Persian Blue. HEX triplet: 11, 24 and B8. RGB value is (17,36,184). Sum of RGB (Red+Green+Blue) = 17+36+184=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 184 (72.27% from 255 or 77.64% from 237); Max value from RGB is 184 - color contains mainly: blue. Hex color #1124B8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1124B8 is #EEDB47. Grayscale: #2E2E2E. Windows color (decimal): -15653704 or 12067857. OLE color: 12067857.

HSL color Cylindrical-coordinate representation of color #1124B8: hue angle of 233.17º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1124B8 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1736184-
CMYK0.910.8000.28
HSL233.17º83.08%39.41%-
HSV(B)233.17º90.76%72.16%-
XYZ9.514.8445.78-
YUV47.19205.21106.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.17%
GREEN value IS 36 (14.45% from 255) = 15.19%
BLUE value IS 184 (72.27% from 255) = 77.64%
R=7.17%
G=15.19%
B=77.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal17361840.910.8000.28233.1783.0839.41
Hex1124B85B5001Ce95327
Octal214427013312003435112347
Binary100011001001011100010110111010000011100111010011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1124B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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