Html Css Color HEX #020E98 New Midnight Blue

📋 copy color: '#020E98'

red 2 ◦ green 14 ◦ blue 152

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

Shades of New Midnight Blue #020E98

Tints of New Midnight Blue #020E98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 90.48%

R = 1.19%
G = 8.33%
B = 90.48%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#020E98 (or 0x020E98) is known color: New Midnight Blue. HEX triplet: 02, 0E and 98. RGB value is (2,14,152). Sum of RGB (Red+Green+Blue) = 2+14+152=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 14 (5.86% from 255 or 8.33% from 168); Blue value is 152 (59.77% from 255 or 90.48% from 168); Max value from RGB is 152 - color contains mainly: blue. Hex color #020E98 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020E98 is #FDF167. Grayscale: #191919. Windows color (decimal): -16642408 or 9965058. OLE color: 9965058.

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

Color convert

RGB 2 14 152 -
CMYK 0.99 0.91 0 0.40
HSL 235.2º 0.97% 0.3% -
HSV(B) 235.2º 0.99% 0.6% -
XYZ 5.85 2.59 29.9 -
YUV 26.14 199.02 110.78 -
System Red Green Blue C M Y K H S L
Decimal 2 14 152 0.99 0.91 0 0.40 235.2 0.97 0.3
Hex 2 E 98 63 5B 0 28 EB 61 1E
Octal 2 16 230 143 133 0 50 353 141 36
Binary 10 1110 10011000 1100011 1011011 0 101000 11101011 1100001 11110

Color Harmonies of #020E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E98

Black with #020E98

Text Example


Text Example

White with #020E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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