#1B05B6

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

Shades of Medium Blue #1B05B6

Tints of Medium Blue #1B05B6

Color information

#1B05B6 (or 0x1B05B6) is unknown color: approx Medium Blue. HEX triplet: 1B, 05 and B6. RGB value is (27,5,182). Sum of RGB (Red+Green+Blue) = 27+5+182=214 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.62% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 182 (71.48% from 255 or 85.05% from 214); Max value from RGB is 182 - color contains mainly: blue. Hex color #1B05B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B05B6 is #E4FA49. Grayscale: #1F1F1F. Windows color (decimal): -15006282 or 11928859. OLE color: 11928859.

HSL color Cylindrical-coordinate representation of color #1B05B6: hue angle of 247.46º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B05B6 is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB275182-
CMYK0.850.9700.29
HSL247.46º94.65%36.67%-
HSV(B)247.46º97.25%71.37%-
XYZ8.953.7244.5-
YUV31.76212.79124.61-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.62%
GREEN value IS 5 (2.34% from 255) = 2.34%
BLUE value IS 182 (71.48% from 255) = 85.05%
R=12.62%
G=2.34%
B=85.05%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal2751820.850.9700.29247.4694.6536.67
Hex1B5B6556101Df75f25
Octal33526612514103536713745
Binary110111011011011010101011100001011101111101111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B05B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,5,182); }

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

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

 a { background-color: rgb(27,5,182); }

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

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

 span { border-color: rgb(27,5,182); }

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