#020F84

Color #020F84 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #020F84

Tints of Navy #020F84

Color information

#020F84 (or 0x020F84) is unknown color: approx Navy. HEX triplet: 02, 0F and 84. RGB value is (2,15,132). Sum of RGB (Red+Green+Blue) = 2+15+132=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 15 (6.25% from 255 or 10.07% from 149); Blue value is 132 (51.95% from 255 or 88.59% from 149); Max value from RGB is 132 - color contains mainly: blue. Hex color #020F84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020F84 is #FDF07B. Grayscale: #171717. Windows color (decimal): -16642172 or 8654594. OLE color: 8654594.

HSL color Cylindrical-coordinate representation of color #020F84: hue angle of 234º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020F84 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB215132-
CMYK0.980.8900.48
HSL234º97.01%26.27%-
HSV(B)234º98.48%51.76%-
XYZ4.362.0221.99-
YUV24.45188.69111.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.34%
GREEN value IS 15 (6.25% from 255) = 10.07%
BLUE value IS 132 (51.95% from 255) = 88.59%
R=1.34%
G=10.07%
B=88.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2151320.980.8900.4823497.0126.27
Hex2F846259030ea611a
Octal21720414213106035214132
Binary1011111000010011000101011001011000011101010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #020F84;
 }
 .AnyTagClassName
 {
   color: #020F84;
 }
</style>
background-color css

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

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

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

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

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

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