#1007C9

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

Shades of Medium Blue #1007C9

Tints of Medium Blue #1007C9

Color information

#1007C9 (or 0x1007C9) is unknown color: approx Medium Blue. HEX triplet: 10, 07 and C9. RGB value is (16,7,201). Sum of RGB (Red+Green+Blue) = 16+7+201=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 201 (78.91% from 255 or 89.73% from 224); Max value from RGB is 201 - color contains mainly: blue. Hex color #1007C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1007C9 is #EFF836. Grayscale: #1F1F1F. Windows color (decimal): -15726647 or 13174544. OLE color: 13174544.

HSL color Cylindrical-coordinate representation of color #1007C9: hue angle of 242.78º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1007C9 is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB167201-
CMYK0.920.9700.21
HSL242.78º93.27%40.78%-
HSV(B)242.78º96.52%78.82%-
XYZ10.834.4855.55-
YUV31.81223.48116.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.14%
GREEN value IS 7 (3.12% from 255) = 3.12%
BLUE value IS 201 (78.91% from 255) = 89.73%
R=7.14%
G=3.12%
B=89.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1672010.920.9700.21242.7893.2740.78
Hex107C95C61015f35d29
Octal20731113414102536313551
Binary100001111100100110111001100001010101111100111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1007C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1007C9; }

 p { color: rgb(16,7,201); }

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

<style>
 a { background-color: #1007C9; }

 a { background-color: rgb(16,7,201); }

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

<style>
 span { border-color: #1007C9; }

 span { border-color: rgb(16,7,201); }

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