#1014C6

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

Shades of Medium Blue #1014C6

Tints of Medium Blue #1014C6

Color information

#1014C6 (or 0x1014C6) is unknown color: approx Medium Blue. HEX triplet: 10, 14 and C6. RGB value is (16,20,198). Sum of RGB (Red+Green+Blue) = 16+20+198=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 198 (77.73% from 255 or 84.62% from 234); Max value from RGB is 198 - color contains mainly: blue. Hex color #1014C6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1014C6 is #EFEB39. Grayscale: #262626. Windows color (decimal): -15723322 or 12981264. OLE color: 12981264.

HSL color Cylindrical-coordinate representation of color #1014C6: hue angle of 238.68º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1014C6 is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1620198-
CMYK0.920.9000.22
HSL238.68º85.05%41.96%-
HSV(B)238.68º91.92%77.65%-
XYZ10.664.6953.77-
YUV39.1217.67111.53-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.84%
GREEN value IS 20 (8.20% from 255) = 8.55%
BLUE value IS 198 (77.73% from 255) = 84.62%
R=6.84%
G=8.55%
B=84.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal16201980.920.9000.22238.6885.0541.96
Hex1014C65C5A016ef552a
Octal202430613413202635712552
Binary10000101001100011010111001011010010110111011111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1014C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1014C6; }

 p { color: rgb(16,20,198); }

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

<style>
 a { background-color: #1014C6; }

 a { background-color: rgb(16,20,198); }

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

<style>
 span { border-color: #1014C6; }

 span { border-color: rgb(16,20,198); }

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