#0219C0

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

Shades of Medium Blue #0219C0

Tints of Medium Blue #0219C0

Color information

#0219C0 (or 0x0219C0) is unknown color: approx Medium Blue. HEX triplet: 02, 19 and C0. RGB value is (2,25,192). Sum of RGB (Red+Green+Blue) = 2+25+192=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 192 (75.39% from 255 or 87.67% from 219); Max value from RGB is 192 - color contains mainly: blue. Hex color #0219C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0219C0 is #FDE63F. Grayscale: #242424. Windows color (decimal): -16639552 or 12589314. OLE color: 12589314.

HSL color Cylindrical-coordinate representation of color #0219C0: hue angle of 232.74º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0219C0 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB225192-
CMYK0.990.8700.25
HSL232.74º97.94%38.04%-
HSV(B)232.74º98.96%75.29%-
XYZ9.894.5150.22-
YUV37.16215.38102.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.91%
GREEN value IS 25 (10.16% from 255) = 11.42%
BLUE value IS 192 (75.39% from 255) = 87.67%
R=0.91%
G=11.42%
B=87.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2251920.990.8700.25232.7497.9438.04
Hex219C06357019e96226
Octal23130014312703135114246
Binary10110011100000011000111010111011001111010011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0219C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0219C0; }

 p { color: rgb(2,25,192); }

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

<style>
 a { background-color: #0219C0; }

 a { background-color: rgb(2,25,192); }

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

<style>
 span { border-color: #0219C0; }

 span { border-color: rgb(2,25,192); }

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