Html Css Color HEX #0761F0 Navy Blue

📋 copy color: '#0761F0'

red 7 ◦ green 97 ◦ blue 240

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

Shades of Navy Blue #0761F0

Tints of Navy Blue #0761F0

RGB

 RED value IS 7 (3.13% from 255) = 2.03%

 GREEN value IS 97 (38.28% from 255) = 28.2%

 BLUE value IS 240 (94.14% from 255) = 69.77%

R = 2.03%
G = 28.2%
B = 69.77%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0761F0 (or 0x0761F0) is known color: Navy Blue. HEX triplet: 07, 61 and F0. RGB value is (7,97,240). Sum of RGB (Red+Green+Blue) = 7+97+240=344 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.03% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 240 (94.14% from 255 or 69.77% from 344); Max value from RGB is 240 - color contains mainly: blue. Hex color #0761F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0761F0 is #F89E0F. Grayscale: #555555. Windows color (decimal): -16293392 or 15753479. OLE color: 15753479.

HSL color Cylindrical-coordinate representation of color #0761F0: hue angle of 216.82º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0761F0 is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 7 97 240 -
CMYK 0.97 0.60 0 0.06
HSL 216.82º 0.94% 0.48% -
HSV(B) 216.82º 0.97% 0.94% -
XYZ 20.09 14.89 84.25 -
YUV 86.39 214.68 71.37 -
System Red Green Blue C M Y K H S L
Decimal 7 97 240 0.97 0.60 0 0.06 216.82 0.94 0.48
Hex 7 61 F0 61 3C 0 6 D9 5E 30
Octal 7 141 360 141 74 0 6 331 136 60
Binary 111 1100001 11110000 1100001 111100 0 110 11011001 1011110 110000

Color Harmonies of #0761F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0761F0

Black with #0761F0

Text Example


Text Example

White with #0761F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0761F0;
 }
 .AnyTagClassName
 {
   color: #0761F0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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