Html Css Color HEX #021396 New Midnight Blue

📋 copy color: '#021396'

red 2 ◦ green 19 ◦ blue 150

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

Shades of New Midnight Blue #021396

Tints of New Midnight Blue #021396

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.11%

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

R = 1.17%
G = 11.11%
B = 87.72%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#021396 (or 0x021396) is known color: New Midnight Blue. HEX triplet: 02, 13 and 96. RGB value is (2,19,150). Sum of RGB (Red+Green+Blue) = 2+19+150=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 150 (58.98% from 255 or 87.72% from 171); Max value from RGB is 150 - color contains mainly: blue. Hex color #021396 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021396 is #FDEC69. Grayscale: #1C1C1C. Windows color (decimal): -16641130 or 9835266. OLE color: 9835266.

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

Color convert

RGB 2 19 150 -
CMYK 0.99 0.87 0 0.41
HSL 233.11º 0.97% 0.3% -
HSV(B) 233.11º 0.99% 0.59% -
XYZ 5.76 2.68 29.07 -
YUV 28.85 196.37 108.85 -
System Red Green Blue C M Y K H S L
Decimal 2 19 150 0.99 0.87 0 0.41 233.11 0.97 0.3
Hex 2 13 96 63 57 0 29 E9 61 1E
Octal 2 23 226 143 127 0 51 351 141 36
Binary 10 10011 10010110 1100011 1010111 0 101001 11101001 1100001 11110

Color Harmonies of #021396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021396

Black with #021396

Text Example


Text Example

White with #021396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021396; }

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

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

background-color css

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

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

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

border-color css

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

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

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