#0214C1

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

Shades of Medium Blue #0214C1

Tints of Medium Blue #0214C1

Color information

#0214C1 (or 0x0214C1) is unknown color: approx Medium Blue. HEX triplet: 02, 14 and C1. RGB value is (2,20,193). Sum of RGB (Red+Green+Blue) = 2+20+193=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 193 (75.78% from 255 or 89.77% from 215); Max value from RGB is 193 - color contains mainly: blue. Hex color #0214C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0214C1 is #FDEB3E. Grayscale: #212121. Windows color (decimal): -16640831 or 12653570. OLE color: 12653570.

HSL color Cylindrical-coordinate representation of color #0214C1: hue angle of 234.35º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0214C1 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB220193-
CMYK0.990.9000.24
HSL234.35º97.95%38.24%-
HSV(B)234.35º98.96%75.69%-
XYZ9.94.3650.77-
YUV34.34217.54104.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 20 (8.20% from 255) = 9.30%
BLUE value IS 193 (75.78% from 255) = 89.77%
R=0.93%
G=9.30%
B=89.77%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal2201930.990.9000.24234.3597.9538.24
Hex214C1635A018ea6226
Octal22430114313203035214246
Binary10101001100000111000111011010011000111010101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0214C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0214C1; }

 p { color: rgb(2,20,193); }

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

<style>
 a { background-color: #0214C1; }

 a { background-color: rgb(2,20,193); }

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

<style>
 span { border-color: #0214C1; }

 span { border-color: rgb(2,20,193); }

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