#0676DB

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

Shades of Navy Blue #0676DB

Tints of Navy Blue #0676DB

Color information

#0676DB (or 0x0676DB) is unknown color: approx Navy Blue. HEX triplet: 06, 76 and DB. RGB value is (6,118,219). Sum of RGB (Red+Green+Blue) = 6+118+219=343 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #0676DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0676DB is #F98924. Grayscale: #5F5F5F. Windows color (decimal): -16353573 or 14382598. OLE color: 14382598.

HSL color Cylindrical-coordinate representation of color #0676DB: hue angle of 208.45º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0676DB is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6118219-
CMYK0.970.4600.14
HSL208.45º94.67%44.12%-
HSV(B)208.45º97.26%85.88%-
XYZ19.3418.1169.49-
YUV96.03197.3963.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.75%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 219 (85.94% from 255) = 63.85%
R=1.75%
G=34.40%
B=63.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal61182190.970.4600.14208.4594.6744.12
Hex676DB612E0Ed05f2c
Octal61663331415601632013754
Binary110111011011011011110000110111001110110100001011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0676DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0676DB; }

 p { color: rgb(6,118,219); }

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

<style>
 a { background-color: #0676DB; }

 a { background-color: rgb(6,118,219); }

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

<style>
 span { border-color: #0676DB; }

 span { border-color: rgb(6,118,219); }

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