Html Css Color HEX #020FAB New Midnight Blue

📋 copy color: '#020FAB'

red 2 ◦ green 15 ◦ blue 171

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

Shades of New Midnight Blue #020FAB

Tints of New Midnight Blue #020FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 90.96%

R = 1.06%
G = 7.98%
B = 90.96%

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

#020FAB (or 0x020FAB) is known color: New Midnight Blue. HEX triplet: 02, 0F and AB. RGB value is (2,15,171). Sum of RGB (Red+Green+Blue) = 2+15+171=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 171 (67.19% from 255 or 90.96% from 188); Max value from RGB is 171 - color contains mainly: blue. Hex color #020FAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020FAB is #FDF054. Grayscale: #1C1C1C. Windows color (decimal): -16642133 or 11210498. OLE color: 11210498.

HSL color Cylindrical-coordinate representation of color #020FAB: hue angle of 235.38º 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 #020FAB is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 15 171 -
CMYK 0.99 0.91 0 0.33
HSL 235.38º 0.98% 0.34% -
HSV(B) 235.38º 0.99% 0.67% -
XYZ 7.55 3.29 38.77 -
YUV 28.9 208.19 108.82 -
System Red Green Blue C M Y K H S L
Decimal 2 15 171 0.99 0.91 0 0.33 235.38 0.98 0.34
Hex 2 F AB 63 5B 0 21 EB 62 22
Octal 2 17 253 143 133 0 41 353 142 42
Binary 10 1111 10101011 1100011 1011011 0 100001 11101011 1100010 100010

Color Harmonies of #020FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020FAB

Black with #020FAB

Text Example


Text Example

White with #020FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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