#006ded

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

Shades of Navy Blue #006DED

Tints of Navy Blue #006DED

Color information

#006DED (or 0x006DED) is unknown color: approx Navy Blue. HEX triplet: 00, 6D and ED. RGB value is (0,109,237). Sum of RGB (Red+Green+Blue) = 0+109+237=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 237 (92.97% from 255 or 68.50% from 346); Max value from RGB is 237 - color contains mainly: blue. Hex color #006DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006DED is #FF9212. Grayscale: #5A5A5A. Windows color (decimal): -16749075 or 15559936. OLE color: 15559936.

HSL color Cylindrical-coordinate representation of color #006DED: hue angle of 212.41º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006DED is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB0109237-
CMYK10.5400.07
HSL212.41º100%46.47%-
HSV(B)212.41º100%92.94%-
XYZ20.7517.0582.32-
YUV91210.3963.09-

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) = 31.50%
BLUE value IS 237 (92.97% from 255) = 68.50%
R=0%
G=31.50%
B=68.50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal010923710.5400.07212.4110046.47
Hex06DED643607d4642e
Octal0155355144660732414456
Binary011011011110110111001001101100111110101001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006ded

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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