#111DBD

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

Shades of Persian Blue #111DBD

Tints of Persian Blue #111DBD

Color information

#111DBD (or 0x111DBD) is unknown color: approx Persian Blue. HEX triplet: 11, 1D and BD. RGB value is (17,29,189). Sum of RGB (Red+Green+Blue) = 17+29+189=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 189 (74.22% from 255 or 80.43% from 235); Max value from RGB is 189 - color contains mainly: blue. Hex color #111DBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111DBD is #EEE242. Grayscale: #2B2B2B. Windows color (decimal): -15655491 or 12393745. OLE color: 12393745.

HSL color Cylindrical-coordinate representation of color #111DBD: hue angle of 235.81º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #111DBD is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1729189-
CMYK0.910.8500.26
HSL235.81º83.5%40.39%-
HSV(B)235.81º91.01%74.12%-
XYZ9.864.6748.53-
YUV43.65210.02108.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.23%
GREEN value IS 29 (11.72% from 255) = 12.34%
BLUE value IS 189 (74.22% from 255) = 80.43%
R=7.23%
G=12.34%
B=80.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal17291890.910.8500.26235.8183.540.39
Hex111DBD5B5501Aec5328
Octal213527513312503235412350
Binary10001111011011110110110111010101011010111011001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,29,189); }

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

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

 a { background-color: rgb(17,29,189); }

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

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

 span { border-color: rgb(17,29,189); }

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