#111ECB

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

Shades of Persian Blue #111ECB

Tints of Persian Blue #111ECB

Color information

#111ECB (or 0x111ECB) is unknown color: approx Persian Blue. HEX triplet: 11, 1E and CB. RGB value is (17,30,203). Sum of RGB (Red+Green+Blue) = 17+30+203=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 203 (79.69% from 255 or 81.2% from 250); Max value from RGB is 203 - color contains mainly: blue. Hex color #111ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111ECB is #EEE134. Grayscale: #2D2D2D. Windows color (decimal): -15655221 or 13311505. OLE color: 13311505.

HSL color Cylindrical-coordinate representation of color #111ECB: hue angle of 235.81º 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 #111ECB is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1730203-
CMYK0.920.8500.20
HSL235.81º84.55%43.14%-
HSV(B)235.81º91.63%79.61%-
XYZ11.475.3656.93-
YUV45.83216.69107.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.8%
GREEN value IS 30 (12.11% from 255) = 12%
BLUE value IS 203 (79.69% from 255) = 81.2%
R=6.8%
G=12%
B=81.2%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal17302030.920.8500.20235.8184.5543.14
Hex111ECB5C55014ec552b
Octal213631313412502435412553
Binary10001111101100101110111001010101010100111011001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111ECB; }

 p { color: rgb(17,30,203); }

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

<style>
 a { background-color: #111ECB; }

 a { background-color: rgb(17,30,203); }

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

<style>
 span { border-color: #111ECB; }

 span { border-color: rgb(17,30,203); }

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