Html Css Color HEX #020E9D New Midnight Blue

📋 copy color: '#020E9D'

red 2 ◦ green 14 ◦ blue 157

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

Shades of New Midnight Blue #020E9D

Tints of New Midnight Blue #020E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 90.75%

R = 1.16%
G = 8.09%
B = 90.75%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#020E9D (or 0x020E9D) is known color: New Midnight Blue. HEX triplet: 02, 0E and 9D. RGB value is (2,14,157). Sum of RGB (Red+Green+Blue) = 2+14+157=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 157 (61.72% from 255 or 90.75% from 173); Max value from RGB is 157 - color contains mainly: blue. Hex color #020E9D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020E9D is #FDF162. Grayscale: #1A1A1A. Windows color (decimal): -16642403 or 10292738. OLE color: 10292738.

HSL color Cylindrical-coordinate representation of color #020E9D: hue angle of 235.35º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020E9D is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 14 157 -
CMYK 0.99 0.91 0 0.38
HSL 235.35º 0.97% 0.31% -
HSV(B) 235.35º 0.99% 0.62% -
XYZ 6.27 2.76 32.1 -
YUV 26.71 201.52 110.37 -
System Red Green Blue C M Y K H S L
Decimal 2 14 157 0.99 0.91 0 0.38 235.35 0.97 0.31
Hex 2 E 9D 63 5B 0 26 EB 61 1F
Octal 2 16 235 143 133 0 46 353 141 37
Binary 10 1110 10011101 1100011 1011011 0 100110 11101011 1100001 11111

Color Harmonies of #020E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E9D

Black with #020E9D

Text Example


Text Example

White with #020E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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