Html Css Color HEX #020FA9 New Midnight Blue

📋 copy color: '#020FA9'

red 2 ◦ green 15 ◦ blue 169

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

Shades of New Midnight Blue #020FA9

Tints of New Midnight Blue #020FA9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.06%

 BLUE value IS 169 (66.41% from 255) = 90.86%

R = 1.08%
G = 8.06%
B = 90.86%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#020FA9 (or 0x020FA9) is known color: New Midnight Blue. HEX triplet: 02, 0F and A9. RGB value is (2,15,169). Sum of RGB (Red+Green+Blue) = 2+15+169=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 169 (66.41% from 255 or 90.86% from 186); Max value from RGB is 169 - color contains mainly: blue. Hex color #020FA9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020FA9 is #FDF056. Grayscale: #1C1C1C. Windows color (decimal): -16642135 or 11079426. OLE color: 11079426.

HSL color Cylindrical-coordinate representation of color #020FA9: hue angle of 235.33º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020FA9 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 2 15 169 -
CMYK 0.99 0.91 0 0.34
HSL 235.33º 0.98% 0.34% -
HSV(B) 235.33º 0.99% 0.66% -
XYZ 7.36 3.22 37.77 -
YUV 28.67 207.19 108.98 -
System Red Green Blue C M Y K H S L
Decimal 2 15 169 0.99 0.91 0 0.34 235.33 0.98 0.34
Hex 2 F A9 63 5B 0 22 EB 62 22
Octal 2 17 251 143 133 0 42 353 142 42
Binary 10 1111 10101001 1100011 1011011 0 100010 11101011 1100010 100010

Color Harmonies of #020FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020FA9

Black with #020FA9

Text Example


Text Example

White with #020FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,15,169); }

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

background-color css

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

 a { background-color: rgb(2,15,169); }

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

border-color css

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

 span { border-color: rgb(2,15,169); }

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