#1009C4

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

Shades of Medium Blue #1009C4

Tints of Medium Blue #1009C4

Color information

#1009C4 (or 0x1009C4) is unknown color: approx Medium Blue. HEX triplet: 10, 09 and C4. RGB value is (16,9,196). Sum of RGB (Red+Green+Blue) = 16+9+196=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 196 (76.95% from 255 or 88.69% from 221); Max value from RGB is 196 - color contains mainly: blue. Hex color #1009C4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1009C4 is #EFF63B. Grayscale: #1F1F1F. Windows color (decimal): -15726140 or 12847376. OLE color: 12847376.

HSL color Cylindrical-coordinate representation of color #1009C4: hue angle of 242.25º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1009C4 is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB169196-
CMYK0.920.9500.23
HSL242.25º91.22%40.2%-
HSV(B)242.25º95.41%76.86%-
XYZ10.284.2952.51-
YUV32.41220.32116.29-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.24%
GREEN value IS 9 (3.91% from 255) = 4.07%
BLUE value IS 196 (76.95% from 255) = 88.69%
R=7.24%
G=4.07%
B=88.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691960.920.9500.23242.2591.2240.2
Hex109C45C5F017f25b28
Octal201130413413702736213350
Binary1000010011100010010111001011111010111111100101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1009C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1009C4; }

 p { color: rgb(16,9,196); }

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

<style>
 a { background-color: #1009C4; }

 a { background-color: rgb(16,9,196); }

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

<style>
 span { border-color: #1009C4; }

 span { border-color: rgb(16,9,196); }

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