#0213BF

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

Shades of Medium Blue #0213BF

Tints of Medium Blue #0213BF

Color information

#0213BF (or 0x0213BF) is unknown color: approx Medium Blue. HEX triplet: 02, 13 and BF. RGB value is (2,19,191). Sum of RGB (Red+Green+Blue) = 2+19+191=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 191 (75% from 255 or 90.09% from 212); Max value from RGB is 191 - color contains mainly: blue. Hex color #0213BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0213BF is #FDEC40. Grayscale: #202020. Windows color (decimal): -16641089 or 12522242. OLE color: 12522242.

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

Color convert

RGB219191-
CMYK0.990.9000.25
HSL234.6º97.93%37.84%-
HSV(B)234.6º98.95%74.9%-
XYZ9.664.2449.6-
YUV33.52216.87105.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.94%
GREEN value IS 19 (7.81% from 255) = 8.96%
BLUE value IS 191 (75% from 255) = 90.09%
R=0.94%
G=8.96%
B=90.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2191910.990.9000.25234.697.9337.84
Hex213BF635A019eb6226
Octal22327714313203135314246
Binary10100111011111111000111011010011001111010111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0213BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0213BF; }

 p { color: rgb(2,19,191); }

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

<style>
 a { background-color: #0213BF; }

 a { background-color: rgb(2,19,191); }

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

<style>
 span { border-color: #0213BF; }

 span { border-color: rgb(2,19,191); }

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