Html Css Color HEX #021799 New Midnight Blue

📋 copy color: '#021799'

red 2 ◦ green 23 ◦ blue 153

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

Shades of New Midnight Blue #021799

Tints of New Midnight Blue #021799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.92%

 BLUE value IS 153 (60.16% from 255) = 85.96%

R = 1.12%
G = 12.92%
B = 85.96%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#021799 (or 0x021799) is known color: New Midnight Blue. HEX triplet: 02, 17 and 99. RGB value is (2,23,153). Sum of RGB (Red+Green+Blue) = 2+23+153=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 153 (60.16% from 255 or 85.96% from 178); Max value from RGB is 153 - color contains mainly: blue. Hex color #021799 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021799 is #FDE866. Grayscale: #1F1F1F. Windows color (decimal): -16640103 or 10032898. OLE color: 10032898.

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

Color convert

RGB 2 23 153 -
CMYK 0.99 0.85 0 0.4
HSL 231.66º 0.97% 0.3% -
HSV(B) 231.66º 0.99% 0.6% -
XYZ 6.08 2.93 30.38 -
YUV 31.54 196.54 106.93 -
System Red Green Blue C M Y K H S L
Decimal 2 23 153 0.99 0.85 0 0.4 231.66 0.97 0.3
Hex 2 17 99 63 55 0 28 E8 61 1E
Octal 2 27 231 143 125 0 50 350 141 36
Binary 10 10111 10011001 1100011 1010101 0 101000 11101000 1100001 11110

Color Harmonies of #021799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021799

Black with #021799

Text Example


Text Example

White with #021799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021799; }

 p { color: rgb(2,23,153); }

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

background-color css

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

 a { background-color: rgb(2,23,153); }

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

border-color css

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

 span { border-color: rgb(2,23,153); }

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