Html Css Color HEX #020FAD New Midnight Blue

📋 copy color: '#020FAD'

red 2 ◦ green 15 ◦ blue 173

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

Shades of New Midnight Blue #020FAD

Tints of New Midnight Blue #020FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 91.05%

R = 1.05%
G = 7.89%
B = 91.05%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#020FAD (or 0x020FAD) is known color: New Midnight Blue. HEX triplet: 02, 0F and AD. RGB value is (2,15,173). Sum of RGB (Red+Green+Blue) = 2+15+173=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 15 (6.25% from 255 or 7.89% from 190); Blue value is 173 (67.97% from 255 or 91.05% from 190); Max value from RGB is 173 - color contains mainly: blue. Hex color #020FAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020FAD is #FDF052. Grayscale: #1C1C1C. Windows color (decimal): -16642131 or 11341570. OLE color: 11341570.

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

Color convert

RGB 2 15 173 -
CMYK 0.99 0.91 0 0.32
HSL 235.44º 0.98% 0.34% -
HSV(B) 235.44º 0.99% 0.68% -
XYZ 7.74 3.37 39.78 -
YUV 29.13 209.19 108.65 -
System Red Green Blue C M Y K H S L
Decimal 2 15 173 0.99 0.91 0 0.32 235.44 0.98 0.34
Hex 2 F AD 63 5B 0 20 EB 62 22
Octal 2 17 255 143 133 0 40 353 142 42
Binary 10 1111 10101101 1100011 1011011 0 100000 11101011 1100010 100010

Color Harmonies of #020FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020FAD

Black with #020FAD

Text Example


Text Example

White with #020FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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