#006DCC

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

Shades of Navy Blue #006DCC

Tints of Navy Blue #006DCC

Color information

#006DCC (or 0x006DCC) is unknown color: approx Navy Blue. HEX triplet: 00, 6D and CC. RGB value is (0,109,204). Sum of RGB (Red+Green+Blue) = 0+109+204=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #006DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006DCC is #FF9233. Grayscale: #565656. Windows color (decimal): -16749108 or 13397248. OLE color: 13397248.

HSL color Cylindrical-coordinate representation of color #006DCC: hue angle of 207.94º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006DCC is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB0109204-
CMYK10.4700.2
HSL207.94º100%40%-
HSV(B)207.94º100%80%-
XYZ16.3715.359.22-
YUV87.24193.8965.78-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 109 (42.97% from 255) = 34.82%
BLUE value IS 204 (80.08% from 255) = 65.18%
R=0%
G=34.82%
B=65.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal010920410.4700.2207.9410040
Hex06DCC642F014d06428
Octal01553141445702432014450
Binary01101101110011001100100101111010100110100001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006DCC; }

 p { color: rgb(0,109,204); }

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

<style>
 a { background-color: #006DCC; }

 a { background-color: rgb(0,109,204); }

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

<style>
 span { border-color: #006DCC; }

 span { border-color: rgb(0,109,204); }

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