#0768EB

Color #0768EB Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0768EB

Tints of Navy Blue #0768EB

Color information

#0768EB (or 0x0768EB) is unknown color: approx Navy Blue. HEX triplet: 07, 68 and EB. RGB value is (7,104,235). Sum of RGB (Red+Green+Blue) = 7+104+235=346 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.02% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 235 (92.19% from 255 or 67.92% from 346); Max value from RGB is 235 - color contains mainly: blue. Hex color #0768EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0768EB is #F89714. Grayscale: #595959. Windows color (decimal): -16291605 or 15427591. OLE color: 15427591.

HSL color Cylindrical-coordinate representation of color #0768EB: hue angle of 214.47º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0768EB is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7104235-
CMYK0.970.5600.08
HSL214.47º94.21%47.45%-
HSV(B)214.47º97.02%92.16%-
XYZ20.0315.9480.62-
YUV89.93209.8668.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.02%
GREEN value IS 104 (41.02% from 255) = 30.06%
BLUE value IS 235 (92.19% from 255) = 67.92%
R=2.02%
G=30.06%
B=67.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal71042350.970.5600.08214.4794.2147.45
Hex768EB613808d65e2f
Octal71503531417001032613657
Binary111110100011101011110000111100001000110101101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0768EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0768EB;
 }
 .AnyTagClassName
 {
   color: #0768EB;
 }
</style>
background-color css

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

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

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

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

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

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