Html Css Color HEX #0768BE Navy Blue

📋 copy color: '#0768BE'

red 7 ◦ green 104 ◦ blue 190

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

Shades of Navy Blue #0768BE

Tints of Navy Blue #0768BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.12%

R = 2.33%
G = 34.55%
B = 63.12%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0768BE (or 0x0768BE) is known color: Navy Blue. HEX triplet: 07, 68 and BE. RGB value is (7,104,190). Sum of RGB (Red+Green+Blue) = 7+104+190=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 190 (74.61% from 255 or 63.12% from 301); Max value from RGB is 190 - color contains mainly: blue. Hex color #0768BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0768BE is #F89741. Grayscale: #545454. Windows color (decimal): -16291650 or 12478471. OLE color: 12478471.

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

Color convert

RGB 7 104 190 -
CMYK 0.96 0.45 0 0.25
HSL 208.2º 0.93% 0.39% -
HSV(B) 208.2º 0.96% 0.75% -
XYZ 14.33 13.66 50.6 -
YUV 84.8 187.36 72.51 -
System Red Green Blue C M Y K H S L
Decimal 7 104 190 0.96 0.45 0 0.25 208.2 0.93 0.39
Hex 7 68 BE 60 2D 0 19 D0 5D 27
Octal 7 150 276 140 55 0 31 320 135 47
Binary 111 1101000 10111110 1100000 101101 0 11001 11010000 1011101 100111

Color Harmonies of #0768BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0768BE

Black with #0768BE

Text Example


Text Example

White with #0768BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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