#0682D5

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

Shades of Navy Blue #0682D5

Tints of Navy Blue #0682D5

Color information

#0682D5 (or 0x0682D5) is unknown color: approx Navy Blue. HEX triplet: 06, 82 and D5. RGB value is (6,130,213). Sum of RGB (Red+Green+Blue) = 6+130+213=349 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 213 (83.59% from 255 or 61.03% from 349); Max value from RGB is 213 - color contains mainly: blue. Hex color #0682D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0682D5 is #F97D2A. Grayscale: #656565. Windows color (decimal): -16350507 or 13992454. OLE color: 13992454.

HSL color Cylindrical-coordinate representation of color #0682D5: hue angle of 204.06º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0682D5 is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6130213-
CMYK0.970.3900.16
HSL204.06º94.52%42.94%-
HSV(B)204.06º97.18%83.53%-
XYZ20.0720.8165.91-
YUV102.39190.4259.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.72%
GREEN value IS 130 (51.17% from 255) = 37.25%
BLUE value IS 213 (83.59% from 255) = 61.03%
R=1.72%
G=37.25%
B=61.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal61302130.970.3900.16204.0694.5242.94
Hex682D56127010cc5f2b
Octal62023251414702031413753
Binary11010000010110101011100001100111010000110011001011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0682D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0682D5; }

 p { color: rgb(6,130,213); }

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

<style>
 a { background-color: #0682D5; }

 a { background-color: rgb(6,130,213); }

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

<style>
 span { border-color: #0682D5; }

 span { border-color: rgb(6,130,213); }

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