#0213B5

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

Shades of Medium Blue #0213B5

Tints of Medium Blue #0213B5

Color information

#0213B5 (or 0x0213B5) is unknown color: approx Medium Blue. HEX triplet: 02, 13 and B5. RGB value is (2,19,181). Sum of RGB (Red+Green+Blue) = 2+19+181=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 181 (71.09% from 255 or 89.60% from 202); Max value from RGB is 181 - color contains mainly: blue. Hex color #0213B5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0213B5 is #FDEC4A. Grayscale: #1F1F1F. Windows color (decimal): -16641099 or 11866882. OLE color: 11866882.

HSL color Cylindrical-coordinate representation of color #0213B5: hue angle of 234.3º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0213B5 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB219181-
CMYK0.990.9000.29
HSL234.3º97.81%35.88%-
HSV(B)234.3º98.9%70.98%-
XYZ8.63.8144-
YUV32.38211.87106.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 19 (7.81% from 255) = 9.41%
BLUE value IS 181 (71.09% from 255) = 89.60%
R=0.99%
G=9.41%
B=89.60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal2191810.990.9000.29234.397.8135.88
Hex213B5635A01Dea6224
Octal22326514313203535214244
Binary10100111011010111000111011010011101111010101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0213B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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