#006DBF

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

Shades of Navy Blue #006DBF

Tints of Navy Blue #006DBF

Color information

#006DBF (or 0x006DBF) is unknown color: approx Navy Blue. HEX triplet: 00, 6D and BF. RGB value is (0,109,191). Sum of RGB (Red+Green+Blue) = 0+109+191=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #006DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006DBF is #FF9240. Grayscale: #555555. Windows color (decimal): -16749121 or 12545280. OLE color: 12545280.

HSL color Cylindrical-coordinate representation of color #006DBF: hue angle of 205.76º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006DBF is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB0109191-
CMYK10.4300.25
HSL205.76º100%37.45%-
HSV(B)205.76º100%74.9%-
XYZ14.8714.751.34-
YUV85.76187.3966.83-

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) = 36.33%
BLUE value IS 191 (75% from 255) = 63.67%
R=0%
G=36.33%
B=63.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal010919110.4300.25205.7610037.45
Hex06DBF642B019ce6425
Octal01552771445303131614445
Binary01101101101111111100100101011011001110011101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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