Html Css Color HEX #0768BF Navy Blue

📋 copy color: '#0768BF'

red 7 ◦ green 104 ◦ blue 191

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

Shades of Navy Blue #0768BF

Tints of Navy Blue #0768BF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.44%

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

R = 2.32%
G = 34.44%
B = 63.25%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0768BF (or 0x0768BF) is known color: Navy Blue. HEX triplet: 07, 68 and BF. RGB value is (7,104,191). Sum of RGB (Red+Green+Blue) = 7+104+191=302 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.32% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #0768BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0768BF is #F89740. Grayscale: #545454. Windows color (decimal): -16291649 or 12544007. OLE color: 12544007.

HSL color Cylindrical-coordinate representation of color #0768BF: hue angle of 208.37º 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 #0768BF is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 104 191 -
CMYK 0.96 0.46 0 0.25
HSL 208.37º 0.93% 0.39% -
HSV(B) 208.37º 0.96% 0.75% -
XYZ 14.44 13.71 51.17 -
YUV 84.92 187.86 72.43 -
System Red Green Blue C M Y K H S L
Decimal 7 104 191 0.96 0.46 0 0.25 208.37 0.93 0.39
Hex 7 68 BF 60 2E 0 19 D0 5D 27
Octal 7 150 277 140 56 0 31 320 135 47
Binary 111 1101000 10111111 1100000 101110 0 11001 11010000 1011101 100111

Color Harmonies of #0768BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0768BF

Black with #0768BF

Text Example


Text Example

White with #0768BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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