#0213B3

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

Shades of New Midnight Blue #0213B3

Tints of New Midnight Blue #0213B3

Color information

#0213B3 (or 0x0213B3) is unknown color: approx New Midnight Blue. HEX triplet: 02, 13 and B3. RGB value is (2,19,179). Sum of RGB (Red+Green+Blue) = 2+19+179=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 179 (70.31% from 255 or 89.5% from 200); Max value from RGB is 179 - color contains mainly: blue. Hex color #0213B3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0213B3 is #FDEC4C. Grayscale: #1F1F1F. Windows color (decimal): -16641101 or 11735810. OLE color: 11735810.

HSL color Cylindrical-coordinate representation of color #0213B3: hue angle of 234.24º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0213B3 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB219179-
CMYK0.990.8900.30
HSL234.24º97.79%35.49%-
HSV(B)234.24º98.88%70.2%-
XYZ8.393.7342.93-
YUV32.16210.87106.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1%
GREEN value IS 19 (7.81% from 255) = 9.5%
BLUE value IS 179 (70.31% from 255) = 89.5%
R=1%
G=9.5%
B=89.5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal2191790.990.8900.30234.2497.7935.49
Hex213B3635901Eea6223
Octal22326314313103635214243
Binary10100111011001111000111011001011110111010101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0213B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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