Html Css Color HEX #020FAA New Midnight Blue

📋 copy color: '#020FAA'

red 2 ◦ green 15 ◦ blue 170

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

Shades of New Midnight Blue #020FAA

Tints of New Midnight Blue #020FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 90.91%

R = 1.07%
G = 8.02%
B = 90.91%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#020FAA (or 0x020FAA) is known color: New Midnight Blue. HEX triplet: 02, 0F and AA. RGB value is (2,15,170). Sum of RGB (Red+Green+Blue) = 2+15+170=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 170 (66.80% from 255 or 90.91% from 187); Max value from RGB is 170 - color contains mainly: blue. Hex color #020FAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020FAA is #FDF055. Grayscale: #1C1C1C. Windows color (decimal): -16642134 or 11144962. OLE color: 11144962.

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

Color convert

RGB 2 15 170 -
CMYK 0.99 0.91 0 0.33
HSL 235.36º 0.98% 0.34% -
HSV(B) 235.36º 0.99% 0.67% -
XYZ 7.45 3.26 38.27 -
YUV 28.78 207.69 108.9 -
System Red Green Blue C M Y K H S L
Decimal 2 15 170 0.99 0.91 0 0.33 235.36 0.98 0.34
Hex 2 F AA 63 5B 0 21 EB 62 22
Octal 2 17 252 143 133 0 41 353 142 42
Binary 10 1111 10101010 1100011 1011011 0 100001 11101011 1100010 100010

Color Harmonies of #020FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020FAA

Black with #020FAA

Text Example


Text Example

White with #020FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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