Html Css Color HEX #020199 New Midnight Blue

📋 copy color: '#020199'

red 2 ◦ green 1 ◦ blue 153

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

Shades of New Midnight Blue #020199

Tints of New Midnight Blue #020199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.64%

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

R = 1.28%
G = 0.64%
B = 98.08%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#020199 (or 0x020199) is known color: New Midnight Blue. HEX triplet: 02, 01 and 99. RGB value is (2,1,153). Sum of RGB (Red+Green+Blue) = 2+1+153=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 153 (60.16% from 255 or 98.08% from 156); Max value from RGB is 153 - color contains mainly: blue. Hex color #020199 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020199 is #FDFE66. Grayscale: #121212. Windows color (decimal): -16645735 or 10027266. OLE color: 10027266.

HSL color Cylindrical-coordinate representation of color #020199: hue angle of 240.39º degrees, saturation: 0.99, 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 #020199 is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 2 1 153 -
CMYK 0.99 0.99 0 0.4
HSL 240.39º 0.99% 0.3% -
HSV(B) 240.39º 0.99% 0.6% -
XYZ 5.79 2.33 30.28 -
YUV 18.63 203.83 116.14 -
System Red Green Blue C M Y K H S L
Decimal 2 1 153 0.99 0.99 0 0.4 240.39 0.99 0.3
Hex 2 1 99 63 63 0 28 F0 63 1E
Octal 2 1 231 143 143 0 50 360 143 36
Binary 10 1 10011001 1100011 1100011 0 101000 11110000 1100011 11110

Color Harmonies of #020199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020199

Black with #020199

Text Example


Text Example

White with #020199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020199; }

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

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

background-color css

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

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

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

border-color css

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

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

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