Html Css Color HEX #0768BC Navy Blue

📋 copy color: '#0768BC'

red 7 ◦ green 104 ◦ blue 188

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

Shades of Navy Blue #0768BC

Tints of Navy Blue #0768BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.88%

R = 2.34%
G = 34.78%
B = 62.88%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0768BC (or 0x0768BC) is known color: Navy Blue. HEX triplet: 07, 68 and BC. RGB value is (7,104,188). Sum of RGB (Red+Green+Blue) = 7+104+188=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #0768BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0768BC is #F89743. Grayscale: #545454. Windows color (decimal): -16291652 or 12347399. OLE color: 12347399.

HSL color Cylindrical-coordinate representation of color #0768BC: hue angle of 207.85º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0768BC is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 104 188 -
CMYK 0.96 0.45 0 0.26
HSL 207.85º 0.93% 0.38% -
HSV(B) 207.85º 0.96% 0.74% -
XYZ 14.12 13.58 49.45 -
YUV 84.57 186.36 72.67 -
System Red Green Blue C M Y K H S L
Decimal 7 104 188 0.96 0.45 0 0.26 207.85 0.93 0.38
Hex 7 68 BC 60 2D 0 1A D0 5D 26
Octal 7 150 274 140 55 0 32 320 135 46
Binary 111 1101000 10111100 1100000 101101 0 11010 11010000 1011101 100110

Color Harmonies of #0768BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0768BC

Black with #0768BC

Text Example


Text Example

White with #0768BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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