Html Css Color HEX #020E9B New Midnight Blue

📋 copy color: '#020E9B'

red 2 ◦ green 14 ◦ blue 155

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

Shades of New Midnight Blue #020E9B

Tints of New Midnight Blue #020E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 90.64%

R = 1.17%
G = 8.19%
B = 90.64%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#020E9B (or 0x020E9B) is known color: New Midnight Blue. HEX triplet: 02, 0E and 9B. RGB value is (2,14,155). Sum of RGB (Red+Green+Blue) = 2+14+155=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 14 (5.86% from 255 or 8.19% from 171); Blue value is 155 (60.94% from 255 or 90.64% from 171); Max value from RGB is 155 - color contains mainly: blue. Hex color #020E9B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020E9B is #FDF164. Grayscale: #191919. Windows color (decimal): -16642405 or 10161666. OLE color: 10161666.

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

Color convert

RGB 2 14 155 -
CMYK 0.99 0.91 0 0.39
HSL 235.29º 0.97% 0.31% -
HSV(B) 235.29º 0.99% 0.61% -
XYZ 6.1 2.69 31.21 -
YUV 26.49 200.52 110.54 -
System Red Green Blue C M Y K H S L
Decimal 2 14 155 0.99 0.91 0 0.39 235.29 0.97 0.31
Hex 2 E 9B 63 5B 0 27 EB 61 1F
Octal 2 16 233 143 133 0 47 353 141 37
Binary 10 1110 10011011 1100011 1011011 0 100111 11101011 1100001 11111

Color Harmonies of #020E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E9B

Black with #020E9B

Text Example


Text Example

White with #020E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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