#021394

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

Shades of New Midnight Blue #021394

Tints of New Midnight Blue #021394

Color information

#021394 (or 0x021394) is unknown color: approx New Midnight Blue. HEX triplet: 02, 13 and 94. RGB value is (2,19,148). Sum of RGB (Red+Green+Blue) = 2+19+148=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 148 (58.20% from 255 or 87.57% from 169); Max value from RGB is 148 - color contains mainly: blue. Hex color #021394 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021394 is #FDEC6B. Grayscale: #1C1C1C. Windows color (decimal): -16641132 or 9704194. OLE color: 9704194.

HSL color Cylindrical-coordinate representation of color #021394: hue angle of 233.01º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021394 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB219148-
CMYK0.990.8700.42
HSL233.01º97.33%29.41%-
HSV(B)233.01º98.65%58.04%-
XYZ5.62.6228.23-
YUV28.62195.37109.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 19 (7.81% from 255) = 11.24%
BLUE value IS 148 (58.20% from 255) = 87.57%
R=1.18%
G=11.24%
B=87.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2191480.990.8700.42233.0197.3329.41
Hex21394635702Ae9611d
Octal22322414312705235114135
Binary10100111001010011000111010111010101011101001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021394; }

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

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

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

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

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

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

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

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