#1124C4

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

Shades of Persian Blue #1124C4

Tints of Persian Blue #1124C4

Color information

#1124C4 (or 0x1124C4) is unknown color: approx Persian Blue. HEX triplet: 11, 24 and C4. RGB value is (17,36,196). Sum of RGB (Red+Green+Blue) = 17+36+196=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 196 (76.95% from 255 or 78.71% from 249); Max value from RGB is 196 - color contains mainly: blue. Hex color #1124C4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1124C4 is #EEDB3B. Grayscale: #2F2F2F. Windows color (decimal): -15653692 or 12854289. OLE color: 12854289.

HSL color Cylindrical-coordinate representation of color #1124C4: hue angle of 233.63º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1124C4 is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1736196-
CMYK0.910.8200.23
HSL233.63º84.04%41.76%-
HSV(B)233.63º91.33%76.86%-
XYZ10.835.3752.69-
YUV48.56211.21105.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.83%
GREEN value IS 36 (14.45% from 255) = 14.46%
BLUE value IS 196 (76.95% from 255) = 78.71%
R=6.83%
G=14.46%
B=78.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal17361960.910.8200.23233.6384.0441.76
Hex1124C45B52017ea542a
Octal214430413312202735212452
Binary100011001001100010010110111010010010111111010101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1124C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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