#1006BD

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

Shades of Medium Blue #1006BD

Tints of Medium Blue #1006BD

Color information

#1006BD (or 0x1006BD) is unknown color: approx Medium Blue. HEX triplet: 10, 06 and BD. RGB value is (16,6,189). Sum of RGB (Red+Green+Blue) = 16+6+189=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 189 (74.22% from 255 or 89.57% from 211); Max value from RGB is 189 - color contains mainly: blue. Hex color #1006BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1006BD is #EFF942. Grayscale: #1D1D1D. Windows color (decimal): -15726915 or 12387856. OLE color: 12387856.

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

Color convert

RGB166189-
CMYK0.920.9700.26
HSL243.28º93.85%38.24%-
HSV(B)243.28º96.83%74.12%-
XYZ9.463.9148.4-
YUV29.85217.81118.12-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.58%
GREEN value IS 6 (2.73% from 255) = 2.84%
BLUE value IS 189 (74.22% from 255) = 89.57%
R=7.58%
G=2.84%
B=89.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661890.920.9700.26243.2893.8538.24
Hex106BD5C6101Af35e26
Octal20627513414103236313646
Binary100001101011110110111001100001011010111100111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1006BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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