#1B10D2

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

Shades of Medium Blue #1B10D2

Tints of Medium Blue #1B10D2

Color information

#1B10D2 (or 0x1B10D2) is unknown color: approx Medium Blue. HEX triplet: 1B, 10 and D2. RGB value is (27,16,210). Sum of RGB (Red+Green+Blue) = 27+16+210=253 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.67% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 210 (82.42% from 255 or 83.00% from 253); Max value from RGB is 210 - color contains mainly: blue. Hex color #1B10D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B10D2 is #E4EF2D. Grayscale: #282828. Windows color (decimal): -15003438 or 13766683. OLE color: 13766683.

HSL color Cylindrical-coordinate representation of color #1B10D2: hue angle of 243.4º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1B10D2 is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2716210-
CMYK0.870.9200.18
HSL243.4º85.84%44.31%-
HSV(B)243.4º92.38%82.35%-
XYZ12.275.2661.34-
YUV41.4223.14117.73-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.67%
GREEN value IS 16 (6.64% from 255) = 6.32%
BLUE value IS 210 (82.42% from 255) = 83.00%
R=10.67%
G=6.32%
B=83.00%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal27162100.870.9200.18243.485.8444.31
Hex1B10D2575C012f3562c
Octal332032212713402236312654
Binary11011100001101001010101111011100010010111100111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B10D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,16,210); }

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

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

 a { background-color: rgb(27,16,210); }

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

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

 span { border-color: rgb(27,16,210); }

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