Html Css Color HEX #0766BF Navy Blue

📋 copy color: '#0766BF'

red 7 ◦ green 102 ◦ blue 191

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

Shades of Navy Blue #0766BF

Tints of Navy Blue #0766BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.67%

R = 2.33%
G = 34%
B = 63.67%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0766BF (or 0x0766BF) is known color: Navy Blue. HEX triplet: 07, 66 and BF. RGB value is (7,102,191). Sum of RGB (Red+Green+Blue) = 7+102+191=300 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #0766BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0766BF is #F89940. Grayscale: #535353. Windows color (decimal): -16292161 or 12543495. OLE color: 12543495.

HSL color Cylindrical-coordinate representation of color #0766BF: hue angle of 209.02º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0766BF is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 102 191 -
CMYK 0.96 0.47 0 0.25
HSL 209.02º 0.93% 0.39% -
HSV(B) 209.02º 0.96% 0.75% -
XYZ 14.24 13.31 51.11 -
YUV 83.74 188.53 73.26 -
System Red Green Blue C M Y K H S L
Decimal 7 102 191 0.96 0.47 0 0.25 209.02 0.93 0.39
Hex 7 66 BF 60 2F 0 19 D1 5D 27
Octal 7 146 277 140 57 0 31 321 135 47
Binary 111 1100110 10111111 1100000 101111 0 11001 11010001 1011101 100111

Color Harmonies of #0766BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0766BF

Black with #0766BF

Text Example


Text Example

White with #0766BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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