Html Css Color HEX #020E99 New Midnight Blue

📋 copy color: '#020E99'

red 2 ◦ green 14 ◦ blue 153

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

Shades of New Midnight Blue #020E99

Tints of New Midnight Blue #020E99

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.28%

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

R = 1.18%
G = 8.28%
B = 90.53%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#020E99 (or 0x020E99) is known color: New Midnight Blue. HEX triplet: 02, 0E and 99. RGB value is (2,14,153). Sum of RGB (Red+Green+Blue) = 2+14+153=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 14 (5.86% from 255 or 8.28% from 169); Blue value is 153 (60.16% from 255 or 90.53% from 169); Max value from RGB is 153 - color contains mainly: blue. Hex color #020E99 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020E99 is #FDF166. Grayscale: #191919. Windows color (decimal): -16642407 or 10030594. OLE color: 10030594.

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

Color convert

RGB 2 14 153 -
CMYK 0.99 0.91 0 0.4
HSL 235.23º 0.97% 0.3% -
HSV(B) 235.23º 0.99% 0.6% -
XYZ 5.93 2.63 30.33 -
YUV 26.26 199.52 110.7 -
System Red Green Blue C M Y K H S L
Decimal 2 14 153 0.99 0.91 0 0.4 235.23 0.97 0.3
Hex 2 E 99 63 5B 0 28 EB 61 1E
Octal 2 16 231 143 133 0 50 353 141 36
Binary 10 1110 10011001 1100011 1011011 0 101000 11101011 1100001 11110

Color Harmonies of #020E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E99

Black with #020E99

Text Example


Text Example

White with #020E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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