#100BDA

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

Shades of Medium Blue #100BDA

Tints of Medium Blue #100BDA

Color information

#100BDA (or 0x100BDA) is unknown color: approx Medium Blue. HEX triplet: 10, 0B and DA. RGB value is (16,11,218). Sum of RGB (Red+Green+Blue) = 16+11+218=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 218 (85.55% from 255 or 88.98% from 245); Max value from RGB is 218 - color contains mainly: blue. Hex color #100BDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100BDA is #EFF425. Grayscale: #232323. Windows color (decimal): -15725606 or 14289680. OLE color: 14289680.

HSL color Cylindrical-coordinate representation of color #100BDA: hue angle of 241.45º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100BDA is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1611218-
CMYK0.930.9500.15
HSL241.45º90.39%44.9%-
HSV(B)241.45º94.95%85.49%-
XYZ12.995.4166.69-
YUV36.09230.66113.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.53%
GREEN value IS 11 (4.69% from 255) = 4.49%
BLUE value IS 218 (85.55% from 255) = 88.98%
R=6.53%
G=4.49%
B=88.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal16112180.930.9500.15241.4590.3944.9
Hex10BDA5D5F0Ff15a2d
Octal201333213513701736113255
Binary100001011110110101011101101111101111111100011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100BDA; }

 p { color: rgb(16,11,218); }

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

<style>
 a { background-color: #100BDA; }

 a { background-color: rgb(16,11,218); }

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

<style>
 span { border-color: #100BDA; }

 span { border-color: rgb(16,11,218); }

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