Html Css Color HEX #021695 New Midnight Blue

📋 copy color: '#021695'

red 2 ◦ green 22 ◦ blue 149

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

Shades of New Midnight Blue #021695

Tints of New Midnight Blue #021695

RGB

 RED value IS 2 (1.17% from 255) = 1.16%

 GREEN value IS 22 (8.98% from 255) = 12.72%

 BLUE value IS 149 (58.59% from 255) = 86.13%

R = 1.16%
G = 12.72%
B = 86.13%

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

#021695 (or 0x021695) is known color: New Midnight Blue. HEX triplet: 02, 16 and 95. RGB value is (2,22,149). Sum of RGB (Red+Green+Blue) = 2+22+149=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 149 (58.59% from 255 or 86.13% from 173); Max value from RGB is 149 - color contains mainly: blue. Hex color #021695 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021695 is #FDE96A. Grayscale: #1D1D1D. Windows color (decimal): -16640363 or 9770498. OLE color: 9770498.

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

Color convert

RGB 2 22 149 -
CMYK 0.99 0.85 0 0.42
HSL 231.84º 0.97% 0.3% -
HSV(B) 231.84º 0.99% 0.58% -
XYZ 5.74 2.76 28.66 -
YUV 30.5 194.87 107.67 -
System Red Green Blue C M Y K H S L
Decimal 2 22 149 0.99 0.85 0 0.42 231.84 0.97 0.3
Hex 2 16 95 63 55 0 2A E8 61 1E
Octal 2 26 225 143 125 0 52 350 141 36
Binary 10 10110 10010101 1100011 1010101 0 101010 11101000 1100001 11110

Color Harmonies of #021695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021695

Black with #021695

Text Example


Text Example

White with #021695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021695; }

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

 H1.HeaderClassName
 {
   color: #021695;
 }
 .AnyTagClassName
 {
   color: #021695;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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