Html Css Color HEX #021097 New Midnight Blue

📋 copy color: '#021097'

red 2 ◦ green 16 ◦ blue 151

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

Shades of New Midnight Blue #021097

Tints of New Midnight Blue #021097

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.47%

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

R = 1.18%
G = 9.47%
B = 89.35%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#021097 (or 0x021097) is known color: New Midnight Blue. HEX triplet: 02, 10 and 97. RGB value is (2,16,151). Sum of RGB (Red+Green+Blue) = 2+16+151=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 151 (59.38% from 255 or 89.35% from 169); Max value from RGB is 151 - color contains mainly: blue. Hex color #021097 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021097 is #FDEF68. Grayscale: #1A1A1A. Windows color (decimal): -16641897 or 9900034. OLE color: 9900034.

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

Color convert

RGB 2 16 151 -
CMYK 0.99 0.89 0 0.41
HSL 234.36º 0.97% 0.3% -
HSV(B) 234.36º 0.99% 0.59% -
XYZ 5.8 2.62 29.48 -
YUV 27.2 197.86 110.02 -
System Red Green Blue C M Y K H S L
Decimal 2 16 151 0.99 0.89 0 0.41 234.36 0.97 0.3
Hex 2 10 97 63 59 0 29 EA 61 1E
Octal 2 20 227 143 131 0 51 352 141 36
Binary 10 10000 10010111 1100011 1011001 0 101001 11101010 1100001 11110

Color Harmonies of #021097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021097

Black with #021097

Text Example


Text Example

White with #021097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021097; }

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

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

background-color css

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

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

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

border-color css

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

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

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