#0212C2

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

Shades of Medium Blue #0212C2

Tints of Medium Blue #0212C2

Color information

#0212C2 (or 0x0212C2) is unknown color: approx Medium Blue. HEX triplet: 02, 12 and C2. RGB value is (2,18,194). Sum of RGB (Red+Green+Blue) = 2+18+194=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 194 (76.17% from 255 or 90.65% from 214); Max value from RGB is 194 - color contains mainly: blue. Hex color #0212C2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0212C2 is #FDED3D. Grayscale: #202020. Windows color (decimal): -16641342 or 12718594. OLE color: 12718594.

HSL color Cylindrical-coordinate representation of color #0212C2: hue angle of 235º 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 #0212C2 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB218194-
CMYK0.990.9100.24
HSL235º97.96%38.43%-
HSV(B)235º98.97%76.08%-
XYZ9.984.3451.35-
YUV33.28218.7105.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 18 (7.42% from 255) = 8.41%
BLUE value IS 194 (76.17% from 255) = 90.65%
R=0.93%
G=8.41%
B=90.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal2181940.990.9100.2423597.9638.43
Hex212C2635B018eb6226
Octal22230214313303035314246
Binary10100101100001011000111011011011000111010111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0212C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0212C2; }

 p { color: rgb(2,18,194); }

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

<style>
 a { background-color: #0212C2; }

 a { background-color: rgb(2,18,194); }

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

<style>
 span { border-color: #0212C2; }

 span { border-color: rgb(2,18,194); }

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