#0761FD

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

Shades of Navy Blue #0761FD

Tints of Navy Blue #0761FD

Color information

#0761FD (or 0x0761FD) is unknown color: approx Navy Blue. HEX triplet: 07, 61 and FD. RGB value is (7,97,253). Sum of RGB (Red+Green+Blue) = 7+97+253=357 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.96% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 253 (99.22% from 255 or 70.87% from 357); Max value from RGB is 253 - color contains mainly: blue. Hex color #0761FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0761FD is #F89E02. Grayscale: #575757. Windows color (decimal): -16293379 or 16605447. OLE color: 16605447.

HSL color Cylindrical-coordinate representation of color #0761FD: hue angle of 218.05º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0761FD is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB797253-
CMYK0.970.6200.01
HSL218.05º98.4%50.98%-
HSV(B)218.05º97.23%99.22%-
XYZ22.0915.6994.79-
YUV87.87221.1870.32-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.96%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 253 (99.22% from 255) = 70.87%
R=1.96%
G=27.17%
B=70.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal7972530.970.6200.01218.0598.450.98
Hex761FD613E01da6233
Octal7141375141760133214263
Binary111110000111111101110000111111001110110101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0761FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0761FD; }

 p { color: rgb(7,97,253); }

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

<style>
 a { background-color: #0761FD; }

 a { background-color: rgb(7,97,253); }

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

<style>
 span { border-color: #0761FD; }

 span { border-color: rgb(7,97,253); }

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