#021795

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

Shades of New Midnight Blue #021795

Tints of New Midnight Blue #021795

Color information

#021795 (or 0x021795) is unknown color: approx New Midnight Blue. HEX triplet: 02, 17 and 95. RGB value is (2,23,149). Sum of RGB (Red+Green+Blue) = 2+23+149=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 149 (58.59% from 255 or 85.63% from 174); Max value from RGB is 149 - color contains mainly: blue. Hex color #021795 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021795 is #FDE86A. Grayscale: #1E1E1E. Windows color (decimal): -16640107 or 9770754. OLE color: 9770754.

HSL color Cylindrical-coordinate representation of color #021795: hue angle of 231.43º 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 #021795 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB223149-
CMYK0.990.8500.42
HSL231.43º97.35%29.61%-
HSV(B)231.43º98.66%58.43%-
XYZ5.762.828.67-
YUV31.08194.54107.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.15%
GREEN value IS 23 (9.38% from 255) = 13.22%
BLUE value IS 149 (58.59% from 255) = 85.63%
R=1.15%
G=13.22%
B=85.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2231490.990.8500.42231.4397.3529.61
Hex21795635502Ae7611e
Octal22722514312505234714136
Binary10101111001010111000111010101010101011100111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021795; }

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

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

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

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

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

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

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

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