Html Css Color HEX #0761FC Navy Blue

📋 copy color: '#0761FC'

red 7 ◦ green 97 ◦ blue 252

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

Shades of Navy Blue #0761FC

Tints of Navy Blue #0761FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 70.79%

R = 1.97%
G = 27.25%
B = 70.79%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0761FC (or 0x0761FC) is known color: Navy Blue. HEX triplet: 07, 61 and FC. RGB value is (7,97,252). Sum of RGB (Red+Green+Blue) = 7+97+252=356 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 252 (98.83% from 255 or 70.79% from 356); Max value from RGB is 252 - color contains mainly: blue. Hex color #0761FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0761FC is #F89E03. Grayscale: #575757. Windows color (decimal): -16293380 or 16539911. OLE color: 16539911.

HSL color Cylindrical-coordinate representation of color #0761FC: hue angle of 217.96º 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 #0761FC is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 7 97 252 -
CMYK 0.97 0.62 0 0.01
HSL 217.96º 0.98% 0.51% -
HSV(B) 217.96º 0.97% 0.99% -
XYZ 21.93 15.62 93.95 -
YUV 87.76 220.68 70.4 -
System Red Green Blue C M Y K H S L
Decimal 7 97 252 0.97 0.62 0 0.01 217.96 0.98 0.51
Hex 7 61 FC 61 3E 0 1 DA 62 33
Octal 7 141 374 141 76 0 1 332 142 63
Binary 111 1100001 11111100 1100001 111110 0 1 11011010 1100010 110011

Color Harmonies of #0761FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0761FC

Black with #0761FC

Text Example


Text Example

White with #0761FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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