#1006D4

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

Shades of Medium Blue #1006D4

Tints of Medium Blue #1006D4

Color information

#1006D4 (or 0x1006D4) is unknown color: approx Medium Blue. HEX triplet: 10, 06 and D4. RGB value is (16,6,212). Sum of RGB (Red+Green+Blue) = 16+6+212=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 212 (83.20% from 255 or 90.60% from 234); Max value from RGB is 212 - color contains mainly: blue. Hex color #1006D4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1006D4 is #EFF92B. Grayscale: #1F1F1F. Windows color (decimal): -15726892 or 13895184. OLE color: 13895184.

HSL color Cylindrical-coordinate representation of color #1006D4: hue angle of 242.91º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1006D4 is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB166212-
CMYK0.920.9700.17
HSL242.91º94.5%42.75%-
HSV(B)242.91º97.17%83.14%-
XYZ12.164.9962.61-
YUV32.47229.31116.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.84%
GREEN value IS 6 (2.73% from 255) = 2.56%
BLUE value IS 212 (83.20% from 255) = 90.60%
R=6.84%
G=2.56%
B=90.60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1662120.920.9700.17242.9194.542.75
Hex106D45C61011f35e2b
Octal20632413414102136313653
Binary100001101101010010111001100001010001111100111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1006D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1006D4; }

 p { color: rgb(16,6,212); }

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

<style>
 a { background-color: #1006D4; }

 a { background-color: rgb(16,6,212); }

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

<style>
 span { border-color: #1006D4; }

 span { border-color: rgb(16,6,212); }

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