#0672C6

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

Shades of Navy Blue #0672C6

Tints of Navy Blue #0672C6

Color information

#0672C6 (or 0x0672C6) is unknown color: approx Navy Blue. HEX triplet: 06, 72 and C6. RGB value is (6,114,198). Sum of RGB (Red+Green+Blue) = 6+114+198=318 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 198 (77.73% from 255 or 62.26% from 318); Max value from RGB is 198 - color contains mainly: blue. Hex color #0672C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0672C6 is #F98D39. Grayscale: #5A5A5A. Windows color (decimal): -16354618 or 13005318. OLE color: 13005318.

HSL color Cylindrical-coordinate representation of color #0672C6: hue angle of 206.25º 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 #0672C6 is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6114198-
CMYK0.970.4200.22
HSL206.25º94.12%40%-
HSV(B)206.25º96.97%77.65%-
XYZ16.2916.1555.69-
YUV91.28188.2267.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.89%
GREEN value IS 114 (44.92% from 255) = 35.85%
BLUE value IS 198 (77.73% from 255) = 62.26%
R=1.89%
G=35.85%
B=62.26%

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
Decimal61141980.970.4200.22206.2594.1240
Hex672C6612A016ce5e28
Octal61623061415202631613650
Binary1101110010110001101100001101010010110110011101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0672C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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