#1008BE

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

Shades of Medium Blue #1008BE

Tints of Medium Blue #1008BE

Color information

#1008BE (or 0x1008BE) is unknown color: approx Medium Blue. HEX triplet: 10, 08 and BE. RGB value is (16,8,190). Sum of RGB (Red+Green+Blue) = 16+8+190=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 190 (74.61% from 255 or 88.79% from 214); Max value from RGB is 190 - color contains mainly: blue. Hex color #1008BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1008BE is #EFF741. Grayscale: #1E1E1E. Windows color (decimal): -15726402 or 12453904. OLE color: 12453904.

HSL color Cylindrical-coordinate representation of color #1008BE: hue angle of 242.64º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1008BE is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168190-
CMYK0.920.9600.25
HSL242.64º91.92%38.82%-
HSV(B)242.64º95.79%74.51%-
XYZ9.59448.98-
YUV31.14217.65117.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.48%
GREEN value IS 8 (3.52% from 255) = 3.74%
BLUE value IS 190 (74.61% from 255) = 88.79%
R=7.48%
G=3.74%
B=88.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681900.920.9600.25242.6491.9238.82
Hex108BE5C60019f35c27
Octal201027613414003136313447
Binary1000010001011111010111001100000011001111100111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1008BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1008BE; }

 p { color: rgb(16,8,190); }

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

<style>
 a { background-color: #1008BE; }

 a { background-color: rgb(16,8,190); }

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

<style>
 span { border-color: #1008BE; }

 span { border-color: rgb(16,8,190); }

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