Html Css Color HEX #020F84 Navy

📋 copy color: '#020F84'

red 2 ◦ green 15 ◦ blue 132

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

Shades of Navy #020F84

Tints of Navy #020F84

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 value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#020F84 (or 0x020F84) is known color: 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

RGB 2 15 132 -
CMYK 0.98 0.89 0 0.48
HSL 234º 0.97% 0.26% -
HSV(B) 234º 0.98% 0.52% -
XYZ 4.36 2.02 21.99 -
YUV 24.45 188.69 111.99 -
System Red Green Blue C M Y K H S L
Decimal 2 15 132 0.98 0.89 0 0.48 234 0.97 0.26
Hex 2 F 84 62 59 0 30 EA 61 1A
Octal 2 17 204 142 131 0 60 352 141 32
Binary 10 1111 10000100 1100010 1011001 0 110000 11101010 1100001 11010

Color Harmonies of #020F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F84

Black with #020F84

Text Example


Text Example

White with #020F84

Text Example


Text Example

HTML Codes & Css Web 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>