Html Css Color HEX #021795 New Midnight Blue

📋 copy color: '#021795'

red 2 ◦ green 23 ◦ blue 149

#021795
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Midnight Blue #021795

Tints of New Midnight Blue #021795

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 value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#021795 (or 0x021795) is known color: 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

RGB 2 23 149 -
CMYK 0.99 0.85 0 0.42
HSL 231.43º 0.97% 0.3% -
HSV(B) 231.43º 0.99% 0.58% -
XYZ 5.76 2.8 28.67 -
YUV 31.09 194.54 107.25 -
System Red Green Blue C M Y K H S L
Decimal 2 23 149 0.99 0.85 0 0.42 231.43 0.97 0.3
Hex 2 17 95 63 55 0 2A E7 61 1E
Octal 2 27 225 143 125 0 52 347 141 36
Binary 10 10111 10010101 1100011 1010101 0 101010 11100111 1100001 11110

Color Harmonies of #021795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021795

Black with #021795

Text Example


Text Example

White with #021795

Text Example


Text Example

HTML Codes & Css Web 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>