Html Css Color HEX #020FAE New Midnight Blue

📋 copy color: '#020FAE'

red 2 ◦ green 15 ◦ blue 174

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

Shades of New Midnight Blue #020FAE

Tints of New Midnight Blue #020FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 91.1%

R = 1.05%
G = 7.85%
B = 91.1%

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

#020FAE (or 0x020FAE) is known color: New Midnight Blue. HEX triplet: 02, 0F and AE. RGB value is (2,15,174). Sum of RGB (Red+Green+Blue) = 2+15+174=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 174 (68.36% from 255 or 91.10% from 191); Max value from RGB is 174 - color contains mainly: blue. Hex color #020FAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020FAE is #FDF051. Grayscale: #1C1C1C. Windows color (decimal): -16642130 or 11407106. OLE color: 11407106.

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

Color convert

RGB 2 15 174 -
CMYK 0.99 0.91 0 0.32
HSL 235.47º 0.98% 0.35% -
HSV(B) 235.47º 0.99% 0.68% -
XYZ 7.84 3.41 40.29 -
YUV 29.24 209.69 108.57 -
System Red Green Blue C M Y K H S L
Decimal 2 15 174 0.99 0.91 0 0.32 235.47 0.98 0.35
Hex 2 F AE 63 5B 0 20 EB 62 23
Octal 2 17 256 143 133 0 40 353 142 43
Binary 10 1111 10101110 1100011 1011011 0 100000 11101011 1100010 100011

Color Harmonies of #020FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020FAE

Black with #020FAE

Text Example


Text Example

White with #020FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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