Html Css Color HEX #0761FB Navy Blue

📋 copy color: '#0761FB'

red 7 ◦ green 97 ◦ blue 251

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

Shades of Navy Blue #0761FB

Tints of Navy Blue #0761FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 70.7%

R = 1.97%
G = 27.32%
B = 70.7%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0761FB (or 0x0761FB) is known color: Navy Blue. HEX triplet: 07, 61 and FB. RGB value is (7,97,251). Sum of RGB (Red+Green+Blue) = 7+97+251=355 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 251 (98.44% from 255 or 70.70% from 355); Max value from RGB is 251 - color contains mainly: blue. Hex color #0761FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0761FB is #F89E04. Grayscale: #565656. Windows color (decimal): -16293381 or 16474375. OLE color: 16474375.

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

Color convert

RGB 7 97 251 -
CMYK 0.97 0.61 0 0.02
HSL 217.87º 0.97% 0.51% -
HSV(B) 217.87º 0.97% 0.98% -
XYZ 21.77 15.56 93.12 -
YUV 87.65 220.18 70.48 -
System Red Green Blue C M Y K H S L
Decimal 7 97 251 0.97 0.61 0 0.02 217.87 0.97 0.51
Hex 7 61 FB 61 3D 0 2 DA 61 33
Octal 7 141 373 141 75 0 2 332 141 63
Binary 111 1100001 11111011 1100001 111101 0 10 11011010 1100001 110011

Color Harmonies of #0761FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0761FB

Black with #0761FB

Text Example


Text Example

White with #0761FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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