Html Css Color HEX #020F81 Navy

📋 copy color: '#020F81'

red 2 ◦ green 15 ◦ blue 129

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

Shades of Navy #020F81

Tints of Navy #020F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 88.36%

R = 1.37%
G = 10.27%
B = 88.36%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#020F81 (or 0x020F81) is known color: Navy. HEX triplet: 02, 0F and 81. RGB value is (2,15,129). Sum of RGB (Red+Green+Blue) = 2+15+129=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 15 (6.25% from 255 or 10.27% from 146); Blue value is 129 (50.78% from 255 or 88.36% from 146); Max value from RGB is 129 - color contains mainly: blue. Hex color #020F81 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020F81 is #FDF07E. Grayscale: #171717. Windows color (decimal): -16642175 or 8457986. OLE color: 8457986.

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

Color convert

RGB 2 15 129 -
CMYK 0.98 0.88 0 0.49
HSL 233.86º 0.97% 0.26% -
HSV(B) 233.86º 0.98% 0.51% -
XYZ 4.16 1.94 20.92 -
YUV 24.11 187.19 112.23 -
System Red Green Blue C M Y K H S L
Decimal 2 15 129 0.98 0.88 0 0.49 233.86 0.97 0.26
Hex 2 F 81 62 58 0 31 EA 61 1A
Octal 2 17 201 142 130 0 61 352 141 32
Binary 10 1111 10000001 1100010 1011000 0 110001 11101010 1100001 11010

Color Harmonies of #020F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F81

Black with #020F81

Text Example


Text Example

White with #020F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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