#021895

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

Shades of New Midnight Blue #021895

Tints of New Midnight Blue #021895

Color information

#021895 (or 0x021895) is unknown color: approx New Midnight Blue. HEX triplet: 02, 18 and 95. RGB value is (2,24,149). Sum of RGB (Red+Green+Blue) = 2+24+149=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 149 (58.59% from 255 or 85.14% from 175); Max value from RGB is 149 - color contains mainly: blue. Hex color #021895 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021895 is #FDE76A. Grayscale: #1F1F1F. Windows color (decimal): -16639851 or 9771010. OLE color: 9771010.

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

Color convert

RGB224149-
CMYK0.990.8400.42
HSL231.02º97.35%29.61%-
HSV(B)231.02º98.66%58.43%-
XYZ5.782.8428.68-
YUV31.67194.21106.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.14%
GREEN value IS 24 (9.77% from 255) = 13.71%
BLUE value IS 149 (58.59% from 255) = 85.14%
R=1.14%
G=13.71%
B=85.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2241490.990.8400.42231.0297.3529.61
Hex21895635402Ae7611e
Octal23022514312405234714136
Binary10110001001010111000111010100010101011100111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021895; }

 p { color: rgb(2,24,149); }

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

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

 a { background-color: rgb(2,24,149); }

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

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

 span { border-color: rgb(2,24,149); }

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