Html Css Color HEX #020F7F Navy

📋 copy color: '#020F7F'

red 2 ◦ green 15 ◦ blue 127

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

Shades of Navy #020F7F

Tints of Navy #020F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 88.19%

R = 1.39%
G = 10.42%
B = 88.19%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#020F7F (or 0x020F7F) is known color: Navy. HEX triplet: 02, 0F and 7F. RGB value is (2,15,127). Sum of RGB (Red+Green+Blue) = 2+15+127=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 127 (50% from 255 or 88.19% from 144); Max value from RGB is 127 - color contains mainly: blue. Hex color #020F7F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020F7F is #FDF080. Grayscale: #171717. Windows color (decimal): -16642177 or 8326914. OLE color: 8326914.

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

Color convert

RGB 2 15 127 -
CMYK 0.98 0.88 0 0.50
HSL 233.76º 0.97% 0.25% -
HSV(B) 233.76º 0.98% 0.5% -
XYZ 4.03 1.89 20.23 -
YUV 23.88 186.19 112.39 -
System Red Green Blue C M Y K H S L
Decimal 2 15 127 0.98 0.88 0 0.50 233.76 0.97 0.25
Hex 2 F 7F 62 58 0 32 EA 61 19
Octal 2 17 177 142 130 0 62 352 141 31
Binary 10 1111 1111111 1100010 1011000 0 110010 11101010 1100001 11001

Color Harmonies of #020F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F7F

Black with #020F7F

Text Example


Text Example

White with #020F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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