#0100C9

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

Shades of Medium Blue #0100C9

Tints of Medium Blue #0100C9

Color information

#0100C9 (or 0x0100C9) is unknown color: approx Medium Blue. HEX triplet: 01, 00 and C9. RGB value is (1,0,201). Sum of RGB (Red+Green+Blue) = 1+0+201=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 201 (78.91% from 255 or 99.50% from 202); Max value from RGB is 201 - color contains mainly: blue. Hex color #0100C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0100C9 is #FEFF36. Grayscale: #161616. Windows color (decimal): -16711479 or 13172737. OLE color: 13172737.

HSL color Cylindrical-coordinate representation of color #0100C9: hue angle of 240.3º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0100C9 is Cyan = 1.00, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10201-
CMYK1.00100.21
HSL240.3º100%39.41%-
HSV(B)240.3º100%78.82%-
XYZ10.564.2255.52-
YUV23.21228.33112.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 201 (78.91% from 255) = 99.50%
R=0.50%
G=0%
B=99.50%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal102011.00100.21240.310039.41
Hex10C96464015f06427
Octal1031114414402536014447
Binary101100100111001001100100010101111100001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0100C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,0,201); }

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

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

 a { background-color: rgb(1,0,201); }

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

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

 span { border-color: rgb(1,0,201); }

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