Html Css Color HEX #021997 New Midnight Blue

📋 copy color: '#021997'

red 2 ◦ green 25 ◦ blue 151

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

Shades of New Midnight Blue #021997

Tints of New Midnight Blue #021997

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.04%

 BLUE value IS 151 (59.38% from 255) = 84.83%

R = 1.12%
G = 14.04%
B = 84.83%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#021997 (or 0x021997) is known color: New Midnight Blue. HEX triplet: 02, 19 and 97. RGB value is (2,25,151). Sum of RGB (Red+Green+Blue) = 2+25+151=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 151 (59.38% from 255 or 84.83% from 178); Max value from RGB is 151 - color contains mainly: blue. Hex color #021997 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021997 is #FDE668. Grayscale: #1F1F1F. Windows color (decimal): -16639593 or 9902338. OLE color: 9902338.

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

Color convert

RGB 2 25 151 -
CMYK 0.99 0.83 0 0.41
HSL 230.74º 0.97% 0.3% -
HSV(B) 230.74º 0.99% 0.59% -
XYZ 5.96 2.94 29.53 -
YUV 32.49 194.88 106.25 -
System Red Green Blue C M Y K H S L
Decimal 2 25 151 0.99 0.83 0 0.41 230.74 0.97 0.3
Hex 2 19 97 63 53 0 29 E7 61 1E
Octal 2 31 227 143 123 0 51 347 141 36
Binary 10 11001 10010111 1100011 1010011 0 101001 11100111 1100001 11110

Color Harmonies of #021997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021997

Black with #021997

Text Example


Text Example

White with #021997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021997; }

 p { color: rgb(2,25,151); }

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

background-color css

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

 a { background-color: rgb(2,25,151); }

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

border-color css

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

 span { border-color: rgb(2,25,151); }

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