Html Css Color HEX #020A9E New Midnight Blue

📋 copy color: '#020A9E'

red 2 ◦ green 10 ◦ blue 158

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

Shades of New Midnight Blue #020A9E

Tints of New Midnight Blue #020A9E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.88%

 BLUE value IS 158 (62.11% from 255) = 92.94%

R = 1.18%
G = 5.88%
B = 92.94%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#020A9E (or 0x020A9E) is known color: New Midnight Blue. HEX triplet: 02, 0A and 9E. RGB value is (2,10,158). Sum of RGB (Red+Green+Blue) = 2+10+158=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 10 (4.30% from 255 or 5.88% from 170); Blue value is 158 (62.11% from 255 or 92.94% from 170); Max value from RGB is 158 - color contains mainly: blue. Hex color #020A9E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020A9E is #FDF561. Grayscale: #171717. Windows color (decimal): -16643426 or 10357250. OLE color: 10357250.

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

Color convert

RGB 2 10 158 -
CMYK 0.99 0.94 0 0.38
HSL 236.92º 0.98% 0.31% -
HSV(B) 236.92º 0.99% 0.62% -
XYZ 6.31 2.7 32.54 -
YUV 24.48 203.35 111.97 -
System Red Green Blue C M Y K H S L
Decimal 2 10 158 0.99 0.94 0 0.38 236.92 0.98 0.31
Hex 2 A 9E 63 5E 0 26 ED 62 1F
Octal 2 12 236 143 136 0 46 355 142 37
Binary 10 1010 10011110 1100011 1011110 0 100110 11101101 1100010 11111

Color Harmonies of #020A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020A9E

Black with #020A9E

Text Example


Text Example

White with #020A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,10,158); }

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

background-color css

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

 a { background-color: rgb(2,10,158); }

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

border-color css

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

 span { border-color: rgb(2,10,158); }

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