#0218C0

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

Shades of Medium Blue #0218C0

Tints of Medium Blue #0218C0

Color information

#0218C0 (or 0x0218C0) is unknown color: approx Medium Blue. HEX triplet: 02, 18 and C0. RGB value is (2,24,192). Sum of RGB (Red+Green+Blue) = 2+24+192=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 192 (75.39% from 255 or 88.07% from 218); Max value from RGB is 192 - color contains mainly: blue. Hex color #0218C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0218C0 is #FDE73F. Grayscale: #232323. Windows color (decimal): -16639808 or 12589058. OLE color: 12589058.

HSL color Cylindrical-coordinate representation of color #0218C0: hue angle of 233.05º 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 #0218C0 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB224192-
CMYK0.990.8800.25
HSL233.05º97.94%38.04%-
HSV(B)233.05º98.96%75.29%-
XYZ9.874.4750.21-
YUV36.57215.71103.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 24 (9.77% from 255) = 11.01%
BLUE value IS 192 (75.39% from 255) = 88.07%
R=0.92%
G=11.01%
B=88.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2241920.990.8800.25233.0597.9438.04
Hex218C06358019e96226
Octal23030014313003135114246
Binary10110001100000011000111011000011001111010011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0218C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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