Html Css Color HEX #020F7E Navy

📋 copy color: '#020F7E'

red 2 ◦ green 15 ◦ blue 126

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

Shades of Navy #020F7E

Tints of Navy #020F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 88.11%

R = 1.4%
G = 10.49%
B = 88.11%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#020F7E (or 0x020F7E) is known color: Navy. HEX triplet: 02, 0F and 7E. RGB value is (2,15,126). Sum of RGB (Red+Green+Blue) = 2+15+126=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 126 (49.61% from 255 or 88.11% from 143); Max value from RGB is 126 - color contains mainly: blue. Hex color #020F7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020F7E is #FDF081. Grayscale: #171717. Windows color (decimal): -16642178 or 8261378. OLE color: 8261378.

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

Color convert

RGB 2 15 126 -
CMYK 0.98 0.88 0 0.51
HSL 233.71º 0.97% 0.25% -
HSV(B) 233.71º 0.98% 0.49% -
XYZ 3.96 1.86 19.89 -
YUV 23.77 185.69 112.47 -
System Red Green Blue C M Y K H S L
Decimal 2 15 126 0.98 0.88 0 0.51 233.71 0.97 0.25
Hex 2 F 7E 62 58 0 33 EA 61 19
Octal 2 17 176 142 130 0 63 352 141 31
Binary 10 1111 1111110 1100010 1011000 0 110011 11101010 1100001 11001

Color Harmonies of #020F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F7E

Black with #020F7E

Text Example


Text Example

White with #020F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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