#1008B7

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

Shades of Medium Blue #1008B7

Tints of Medium Blue #1008B7

Color information

#1008B7 (or 0x1008B7) is unknown color: approx Medium Blue. HEX triplet: 10, 08 and B7. RGB value is (16,8,183). Sum of RGB (Red+Green+Blue) = 16+8+183=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 183 (71.88% from 255 or 88.41% from 207); Max value from RGB is 183 - color contains mainly: blue. Hex color #1008B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1008B7 is #EFF748. Grayscale: #1D1D1D. Windows color (decimal): -15726409 or 11995152. OLE color: 11995152.

HSL color Cylindrical-coordinate representation of color #1008B7: hue angle of 242.74º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1008B7 is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB168183-
CMYK0.910.9600.28
HSL242.74º91.62%37.45%-
HSV(B)242.74º95.63%71.76%-
XYZ8.853.745.05-
YUV30.34214.15117.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.73%
GREEN value IS 8 (3.52% from 255) = 3.86%
BLUE value IS 183 (71.88% from 255) = 88.41%
R=7.73%
G=3.86%
B=88.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681830.910.9600.28242.7491.6237.45
Hex108B75B6001Cf35c25
Octal201026713314003436313445
Binary1000010001011011110110111100000011100111100111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1008B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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