#0682E3

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

Shades of Navy Blue #0682E3

Tints of Navy Blue #0682E3

Color information

#0682E3 (or 0x0682E3) is unknown color: approx Navy Blue. HEX triplet: 06, 82 and E3. RGB value is (6,130,227). Sum of RGB (Red+Green+Blue) = 6+130+227=363 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 227 (89.06% from 255 or 62.53% from 363); Max value from RGB is 227 - color contains mainly: blue. Hex color #0682E3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0682E3 is #F97D1C. Grayscale: #676767. Windows color (decimal): -16350493 or 14909958. OLE color: 14909958.

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

Color convert

RGB6130227-
CMYK0.970.4300.11
HSL206.33º94.85%45.69%-
HSV(B)206.33º97.36%89.02%-
XYZ21.9221.5575.68-
YUV103.98197.4258.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.65%
GREEN value IS 130 (51.17% from 255) = 35.81%
BLUE value IS 227 (89.06% from 255) = 62.53%
R=1.65%
G=35.81%
B=62.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal61302270.970.4300.11206.3394.8545.69
Hex682E3612B0Bce5f2e
Octal62023431415301331613756
Binary1101000001011100011110000110101101011110011101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0682E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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