#1143BE

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

Shades of Persian Blue #1143BE

Tints of Persian Blue #1143BE

Color information

#1143BE (or 0x1143BE) is unknown color: approx Persian Blue. HEX triplet: 11, 43 and BE. RGB value is (17,67,190). Sum of RGB (Red+Green+Blue) = 17+67+190=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 190 (74.61% from 255 or 69.34% from 274); Max value from RGB is 190 - color contains mainly: blue. Hex color #1143BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1143BE is #EEBC41. Grayscale: #414141. Windows color (decimal): -15645762 or 12469009. OLE color: 12469009.

HSL color Cylindrical-coordinate representation of color #1143BE: hue angle of 222.66º 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 #1143BE is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1767190-
CMYK0.910.6500.25
HSL222.66º83.57%40.59%-
HSV(B)222.66º91.05%74.51%-
XYZ11.537.8549.62-
YUV66.07197.9493-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.20%
GREEN value IS 67 (26.56% from 255) = 24.45%
BLUE value IS 190 (74.61% from 255) = 69.34%
R=6.20%
G=24.45%
B=69.34%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17671900.910.6500.25222.6683.5740.59
Hex1143BE5B41019df5429
Octal2110327613310103133712451
Binary1000110000111011111010110111000001011001110111111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1143BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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