Html Css Color HEX #0760FE Navy Blue

📋 copy color: '#0760FE'

red 7 ◦ green 96 ◦ blue 254

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

Shades of Navy Blue #0760FE

Tints of Navy Blue #0760FE

RGB

 RED value IS 7 (3.13% 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 value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0760FE (or 0x0760FE) is known color: 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

RGB 7 96 254 -
CMYK 0.97 0.62 0 0.00
HSL 218.38º 0.99% 0.51% -
HSV(B) 218.38º 0.97% 1% -
XYZ 22.16 15.57 95.6 -
YUV 87.4 222.01 70.65 -
System Red Green Blue C M Y K H S L
Decimal 7 96 254 0.97 0.62 0 0.00 218.38 0.99 0.51
Hex 7 60 FE 61 3E 0 0 DA 63 33
Octal 7 140 376 141 76 0 0 332 143 63
Binary 111 1100000 11111110 1100001 111110 0 0 11011010 1100011 110011

Color Harmonies of #0760FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0760FE

Black with #0760FE

Text Example


Text Example

White with #0760FE

Text Example


Text Example

HTML Codes & Css Web 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>