#101AD6

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

Shades of Medium Blue #101AD6

Tints of Medium Blue #101AD6

Color information

#101AD6 (or 0x101AD6) is unknown color: approx Medium Blue. HEX triplet: 10, 1A and D6. RGB value is (16,26,214). Sum of RGB (Red+Green+Blue) = 16+26+214=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 214 (83.98% from 255 or 83.59% from 256); Max value from RGB is 214 - color contains mainly: blue. Hex color #101AD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101AD6 is #EFE529. Grayscale: #2B2B2B. Windows color (decimal): -15721770 or 14031376. OLE color: 14031376.

HSL color Cylindrical-coordinate representation of color #101AD6: hue angle of 236.97º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #101AD6 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1626214-
CMYK0.930.8800.16
HSL236.97º86.09%45.1%-
HSV(B)236.97º92.52%83.92%-
XYZ12.725.764.05-
YUV44.44223.69107.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.25%
GREEN value IS 26 (10.55% from 255) = 10.16%
BLUE value IS 214 (83.98% from 255) = 83.59%
R=6.25%
G=10.16%
B=83.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal16262140.930.8800.16236.9786.0945.1
Hex101AD65D58010ed562d
Octal203232613513002035512655
Binary10000110101101011010111011011000010000111011011010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101AD6; }

 p { color: rgb(16,26,214); }

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

<style>
 a { background-color: #101AD6; }

 a { background-color: rgb(16,26,214); }

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

<style>
 span { border-color: #101AD6; }

 span { border-color: rgb(16,26,214); }

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