Html Css Color HEX #021296 New Midnight Blue

📋 copy color: '#021296'

red 2 ◦ green 18 ◦ blue 150

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

Shades of New Midnight Blue #021296

Tints of New Midnight Blue #021296

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.59%

 BLUE value IS 150 (58.98% from 255) = 88.24%

R = 1.18%
G = 10.59%
B = 88.24%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#021296 (or 0x021296) is known color: New Midnight Blue. HEX triplet: 02, 12 and 96. RGB value is (2,18,150). Sum of RGB (Red+Green+Blue) = 2+18+150=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 150 (58.98% from 255 or 88.24% from 170); Max value from RGB is 150 - color contains mainly: blue. Hex color #021296 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021296 is #FDED69. Grayscale: #1B1B1B. Windows color (decimal): -16641386 or 9835010. OLE color: 9835010.

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

Color convert

RGB 2 18 150 -
CMYK 0.99 0.88 0 0.41
HSL 233.51º 0.97% 0.3% -
HSV(B) 233.51º 0.99% 0.59% -
XYZ 5.75 2.65 29.06 -
YUV 28.26 196.7 109.27 -
System Red Green Blue C M Y K H S L
Decimal 2 18 150 0.99 0.88 0 0.41 233.51 0.97 0.3
Hex 2 12 96 63 58 0 29 EA 61 1E
Octal 2 22 226 143 130 0 51 352 141 36
Binary 10 10010 10010110 1100011 1011000 0 101001 11101010 1100001 11110

Color Harmonies of #021296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021296

Black with #021296

Text Example


Text Example

White with #021296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021296; }

 p { color: rgb(2,18,150); }

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

background-color css

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

 a { background-color: rgb(2,18,150); }

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

border-color css

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

 span { border-color: rgb(2,18,150); }

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