#0104D4

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

Shades of Medium Blue #0104D4

Tints of Medium Blue #0104D4

Color information

#0104D4 (or 0x0104D4) is unknown color: approx Medium Blue. HEX triplet: 01, 04 and D4. RGB value is (1,4,212). Sum of RGB (Red+Green+Blue) = 1+4+212=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 212 (83.20% from 255 or 97.70% from 217); Max value from RGB is 212 - color contains mainly: blue. Hex color #0104D4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0104D4 is #FEFB2B. Grayscale: #191919. Windows color (decimal): -16710444 or 13894657. OLE color: 13894657.

HSL color Cylindrical-coordinate representation of color #0104D4: hue angle of 239.15º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0104D4 is Cyan = 1.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14212-
CMYK1.000.9800.17
HSL239.15º99.06%41.76%-
HSV(B)239.15º99.53%83.14%-
XYZ11.944.8562.59-
YUV26.82232.51109.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 4 (1.95% from 255) = 1.84%
BLUE value IS 212 (83.20% from 255) = 97.70%
R=0.46%
G=1.84%
B=97.70%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal142121.000.9800.17239.1599.0641.76
Hex14D46462011ef632a
Octal1432414414202135714352
Binary11001101010011001001100010010001111011111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0104D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0104D4; }

 p { color: rgb(1,4,212); }

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

<style>
 a { background-color: #0104D4; }

 a { background-color: rgb(1,4,212); }

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

<style>
 span { border-color: #0104D4; }

 span { border-color: rgb(1,4,212); }

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