Html Css Color HEX #0766FA Navy Blue

📋 copy color: '#0766FA'

red 7 ◦ green 102 ◦ blue 250

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

Shades of Navy Blue #0766FA

Tints of Navy Blue #0766FA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.41%

 BLUE value IS 250 (98.05% from 255) = 69.64%

R = 1.95%
G = 28.41%
B = 69.64%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0766FA (or 0x0766FA) is known color: Navy Blue. HEX triplet: 07, 66 and FA. RGB value is (7,102,250). Sum of RGB (Red+Green+Blue) = 7+102+250=359 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.95% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 250 (98.05% from 255 or 69.64% from 359); Max value from RGB is 250 - color contains mainly: blue. Hex color #0766FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0766FA is #F89905. Grayscale: #595959. Windows color (decimal): -16292102 or 16410119. OLE color: 16410119.

HSL color Cylindrical-coordinate representation of color #0766FA: hue angle of 216.54º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0766FA is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 102 250 -
CMYK 0.97 0.59 0 0.02
HSL 216.54º 0.96% 0.5% -
HSV(B) 216.54º 0.97% 0.98% -
XYZ 22.09 16.45 92.45 -
YUV 90.47 218.03 68.47 -
System Red Green Blue C M Y K H S L
Decimal 7 102 250 0.97 0.59 0 0.02 216.54 0.96 0.5
Hex 7 66 FA 61 3B 0 2 D9 60 32
Octal 7 146 372 141 73 0 2 331 140 62
Binary 111 1100110 11111010 1100001 111011 0 10 11011001 1100000 110010

Color Harmonies of #0766FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0766FA

Black with #0766FA

Text Example


Text Example

White with #0766FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0766FA; }

 p { color: rgb(7,102,250); }

 H1.HeaderClassName
 {
   color: #0766FA;
 }
 .AnyTagClassName
 {
   color: #0766FA;
 }
</style>

background-color css

<style>
 a { background-color: #0766FA; }

 a { background-color: rgb(7,102,250); }

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

border-color css

<style>
 span { border-color: #0766FA; }

 span { border-color: rgb(7,102,250); }

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