#0673C6

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

Shades of Navy Blue #0673C6

Tints of Navy Blue #0673C6

Color information

#0673C6 (or 0x0673C6) is unknown color: approx Navy Blue. HEX triplet: 06, 73 and C6. RGB value is (6,115,198). Sum of RGB (Red+Green+Blue) = 6+115+198=319 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 198 (77.73% from 255 or 62.07% from 319); Max value from RGB is 198 - color contains mainly: blue. Hex color #0673C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0673C6 is #F98C39. Grayscale: #5B5B5B. Windows color (decimal): -16354362 or 13005574. OLE color: 13005574.

HSL color Cylindrical-coordinate representation of color #0673C6: hue angle of 205.94º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0673C6 is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6115198-
CMYK0.970.4200.22
HSL205.94º94.12%40%-
HSV(B)205.94º96.97%77.65%-
XYZ16.416.3855.72-
YUV91.87187.8966.75-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.88%
GREEN value IS 115 (45.31% from 255) = 36.05%
BLUE value IS 198 (77.73% from 255) = 62.07%
R=1.88%
G=36.05%
B=62.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal61151980.970.4200.22205.9494.1240
Hex673C6612A016ce5e28
Octal61633061415202631613650
Binary1101110011110001101100001101010010110110011101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0673C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0673C6; }

 p { color: rgb(6,115,198); }

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

<style>
 a { background-color: #0673C6; }

 a { background-color: rgb(6,115,198); }

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

<style>
 span { border-color: #0673C6; }

 span { border-color: rgb(6,115,198); }

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