#0782D8

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

Shades of Navy Blue #0782D8

Tints of Navy Blue #0782D8

Color information

#0782D8 (or 0x0782D8) is unknown color: approx Navy Blue. HEX triplet: 07, 82 and D8. RGB value is (7,130,216). Sum of RGB (Red+Green+Blue) = 7+130+216=353 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 216 (84.77% from 255 or 61.19% from 353); Max value from RGB is 216 - color contains mainly: blue. Hex color #0782D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0782D8 is #F87D27. Grayscale: #666666. Windows color (decimal): -16284968 or 14189063. OLE color: 14189063.

HSL color Cylindrical-coordinate representation of color #0782D8: hue angle of 204.69º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0782D8 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7130216-
CMYK0.970.4000.15
HSL204.69º93.72%43.73%-
HSV(B)204.69º96.76%84.71%-
XYZ20.4620.9767.93-
YUV103.03191.7559.51-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.98%
GREEN value IS 130 (51.17% from 255) = 36.83%
BLUE value IS 216 (84.77% from 255) = 61.19%
R=1.98%
G=36.83%
B=61.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal71302160.970.4000.15204.6993.7243.73
Hex782D861280Fcd5e2c
Octal72023301415001731513654
Binary1111000001011011000110000110100001111110011011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0782D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0782D8; }

 p { color: rgb(7,130,216); }

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

<style>
 a { background-color: #0782D8; }

 a { background-color: rgb(7,130,216); }

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

<style>
 span { border-color: #0782D8; }

 span { border-color: rgb(7,130,216); }

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