#0109D0

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

Shades of Medium Blue #0109D0

Tints of Medium Blue #0109D0

Color information

#0109D0 (or 0x0109D0) is unknown color: approx Medium Blue. HEX triplet: 01, 09 and D0. RGB value is (1,9,208). Sum of RGB (Red+Green+Blue) = 1+9+208=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 208 (81.64% from 255 or 95.41% from 218); Max value from RGB is 208 - color contains mainly: blue. Hex color #0109D0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0109D0 is #FEF62F. Grayscale: #1C1C1C. Windows color (decimal): -16709168 or 13633793. OLE color: 13633793.

HSL color Cylindrical-coordinate representation of color #0109D0: hue angle of 237.68º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0109D0 is Cyan = 1.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19208-
CMYK1.000.9600.18
HSL237.68º99.04%40.98%-
HSV(B)237.68º99.52%81.57%-
XYZ11.54.7659.99-
YUV29.29228.85107.82-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 9 (3.91% from 255) = 4.13%
BLUE value IS 208 (81.64% from 255) = 95.41%
R=0.46%
G=4.13%
B=95.41%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal192081.000.9600.18237.6899.0440.98
Hex19D06460012ee6329
Octal11132014414002235614351
Binary110011101000011001001100000010010111011101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0109D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0109D0; }

 p { color: rgb(1,9,208); }

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

<style>
 a { background-color: #0109D0; }

 a { background-color: rgb(1,9,208); }

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

<style>
 span { border-color: #0109D0; }

 span { border-color: rgb(1,9,208); }

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