#0218BA

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

Shades of Medium Blue #0218BA

Tints of Medium Blue #0218BA

Color information

#0218BA (or 0x0218BA) is unknown color: approx Medium Blue. HEX triplet: 02, 18 and BA. RGB value is (2,24,186). Sum of RGB (Red+Green+Blue) = 2+24+186=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 186 (73.05% from 255 or 87.74% from 212); Max value from RGB is 186 - color contains mainly: blue. Hex color #0218BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0218BA is #FDE745. Grayscale: #232323. Windows color (decimal): -16639814 or 12195842. OLE color: 12195842.

HSL color Cylindrical-coordinate representation of color #0218BA: hue angle of 232.83º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0218BA is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB224186-
CMYK0.990.8700.27
HSL232.83º97.87%36.86%-
HSV(B)232.83º98.92%72.94%-
XYZ9.214.2146.78-
YUV35.89212.71103.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.94%
GREEN value IS 24 (9.77% from 255) = 11.32%
BLUE value IS 186 (73.05% from 255) = 87.74%
R=0.94%
G=11.32%
B=87.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2241860.990.8700.27232.8397.8736.86
Hex218BA635701Be96225
Octal23027214312703335114245
Binary10110001011101011000111010111011011111010011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0218BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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