#0760FE

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

Shades of Navy Blue #0760FE

Tints of Navy Blue #0760FE

Color information

#0760FE (or 0x0760FE) is unknown color: approx Navy Blue. HEX triplet: 07, 60 and FE. RGB value is (7,96,254). Sum of RGB (Red+Green+Blue) = 7+96+254=357 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.96% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #0760FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0760FE is #F89F01. Grayscale: #565656. Windows color (decimal): -16293634 or 16670727. OLE color: 16670727.

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

Color convert

RGB796254-
CMYK0.970.6200.00
HSL218.38º99.2%51.18%-
HSV(B)218.38º97.24%99.61%-
XYZ22.1615.5795.6-
YUV87.4222.0170.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.96%
GREEN value IS 96 (37.89% from 255) = 26.89%
BLUE value IS 254 (99.61% from 255) = 71.15%
R=1.96%
G=26.89%
B=71.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal7962540.970.6200.00218.3899.251.18
Hex760FE613E00da6333
Octal7140376141760033214363
Binary111110000011111110110000111111000110110101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0760FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0760FE; }

 p { color: rgb(7,96,254); }

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

<style>
 a { background-color: #0760FE; }

 a { background-color: rgb(7,96,254); }

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

<style>
 span { border-color: #0760FE; }

 span { border-color: rgb(7,96,254); }

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