#1D11BE

Color #1D11BE Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #1D11BE

Tints of Medium Blue #1D11BE

Color information

#1D11BE (or 0x1D11BE) is unknown color: approx Medium Blue. HEX triplet: 1D, 11 and BE. RGB value is (29,17,190). Sum of RGB (Red+Green+Blue) = 29+17+190=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 190 (74.61% from 255 or 80.51% from 236); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D11BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D11BE is #E2EE41. Grayscale: #272727. Windows color (decimal): -14872130 or 12456221. OLE color: 12456221.

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

Color convert

RGB2917190-
CMYK0.850.9100.25
HSL244.16º83.57%40.59%-
HSV(B)244.16º91.05%74.51%-
XYZ104.3849.03-
YUV40.31212.48119.93-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.29%
GREEN value IS 17 (7.03% from 255) = 7.20%
BLUE value IS 190 (74.61% from 255) = 80.51%
R=12.29%
G=7.20%
B=80.51%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal29171900.850.9100.25244.1683.5740.59
Hex1D11BE555B019f45429
Octal352127612513303136412451
Binary11101100011011111010101011011011011001111101001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D11BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D11BE; }

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

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

<style>
 a { background-color: #1D11BE; }

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

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

<style>
 span { border-color: #1D11BE; }

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

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